CharlesShang / FastMaskRCNN

Mask RCNN in TensorFlow
Apache License 2.0
3.1k stars 1.1k forks source link

download_and_convert_data.py problem with other datasers #210

Open zdyshine opened 5 years ago

zdyshine commented 5 years ago

Thanks for your porject! I have a quesention about download_and_convert_data.py line 255 num_shards = int(len(imgs) / 2500) what 2500 means? If I use others dataset,how can I modify it?