You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Hi, thank you for your code; But i have a question about the V-COCO dataset you implemented.
V-COCO is a subset of COCO dataset and has 10, 396 images (5,400 for training and 4,964 for testing) as stated in paper.
However, when executing your code for v-coco dataset, I foundlen(trainset)==4969and len(testset)==4532. The reported number of training images does not match the actual one.
Hi, thank you for your code; But i have a question about the V-COCO dataset you implemented.
V-COCO is a subset of COCO dataset and has 10, 396 images (
5,400 for trainingand4,964 for testing) as stated in paper.However, when executing your code for v-coco dataset, I found
len(trainset)==4969andlen(testset)==4532. The reported number of training images does not match the actual one.