ruoqianguo / DetNet_pytorch

An implementation of DetNet: A Backbone network for Object Detection.
MIT License
377 stars 117 forks source link

How do I train on my own dataset? #14

Open JiahuanChen opened 6 years ago

JiahuanChen commented 6 years ago

Is there any example that I could follow? Thx

DetectionIIT commented 6 years ago

All you should do is to prepare you own data like VOC, and change the classes in pascal_voc.py .....good luck for you