apple / ml-cvnets

CVNets: A library for training computer vision networks
https://apple.github.io/ml-cvnets
Other
1.76k stars 225 forks source link

train_2017.txt in coco_preprocess #70

Closed siangyang closed 1 year ago

siangyang commented 1 year ago

Hi, When I trying to train pascal VOC on semantic seg task, I am faced with missing of train_2017.txt.

Is there any instruction to generate train_2017.txt for COCO dataset?

Thanks!

sacmehta commented 1 year ago

Hi,

sorry for the missing documentation. We followed EdgeNets for processing COCO data in PASCAL VOC format. Hope this helps!

siangyang commented 1 year ago

It works! Thanks for the fast reply.