zengarden / light_head_rcnn

Light-Head R-CNN
834 stars 222 forks source link

For use my own dataset #76

Closed lkmy closed 5 years ago

lkmy commented 5 years ago

Could anyone tell me that how to make my own dataset with just one lable for this model? Is it right to change the class COCOBasic in datasets_odgt\coco.py? And I am trying to transfer my Voc xml to coco json, do I need to transfer coco to .odgt and how to do that?