hyz-xmaster / VarifocalNet

VarifocalNet: An IoU-aware Dense Object Detector
Apache License 2.0
348 stars 52 forks source link

Train custom dataset #33

Open arkerman opened 1 year ago

arkerman commented 1 year ago

How can i train my custom dataset ? Do i need to label the images in VOC format with Labelimg ? How should i prepare the dataset for VarifocalNet training ? Looking forward to your reply ! And really appreciate it !

hyz-xmaster commented 1 year ago

see here https://github.com/open-mmlab/mmdetection/blob/master/docs/en/2_new_data_model.md

arkerman commented 1 year ago

Thanks a lot buddy ! Really appreciate it.