The number of COCO validation images
KevinLight831 opened this issue · 1 comments
KevinLight831 commented
In the COCO dataset, the number of validation images is 1000, but I found many papers claimed the number is 5000.
fartashf commented
There are 5000 test images as well as more than 5000 validation images in the original split of MSCOCO. Please see Section 3.1 of the paper for the details and references (https://arxiv.org/pdf/1707.05612.pdf) and the corresponding lines in the code:
Lines 51 to 59 in 7f8ffd5