coco-minitrain icon indicating copy to clipboard operation
coco-minitrain copied to clipboard

Regarding instances_minitrain2017.json

Open bryanbocao opened this issue 1 year ago • 0 comments

One clarification question: is the link of instances_minitrain2017.json you shared is the 25k training samples that has been sampled by sample_coco.py for 10M times? Then I don't need to run it for 25M times https://github.com/giddyyupp/coco-minitrain/issues/17.

So by using this instances_minitrain2017.json, we can essentially download these 25k training images as the same as yours by

python3 coco_download.py --annotation <path_to_instances_minitrain2017.json> --output train2017_mini_25k

? Thanks in advance @giddyyupp

bryanbocao avatar Aug 11 '22 22:08 bryanbocao