giddyyupp/coco-minitrain

split 10% instead of 20%

hachreak opened this issue ยท 2 comments

Hi @giddyyupp ,
what should I modify to obtain a 10% dataset of COCO? ๐Ÿ˜„
Thanks a lot!

Hello,
in the code/sample_coco.py MAX_IMG_COUNT = 25000 value defines how many images you want to sample.
So a value of 12000 would yield almost 10%.

Cool! Thanks. ๐Ÿ‘
I'll try...