SHI-Labs / Decoupled-Classification-Refinement

Revisiting RCNN: On Awakening the Classification Power of Faster RCNN (ECCV 2018)
https://arxiv.org/abs/1803.06799
MIT License
167 stars 24 forks source link

How can I train my own data? PASCAL VOC2007 format. #4

Open dby2017 opened 5 years ago

bowenc0221 commented 5 years ago

Dataset in VOC format can be processed using this code. And the evaluation is in this code.

Then you can modify the config file with this code as reference.

dby2017 commented 5 years ago

Dataset in VOC format can be processed using this code. And the evaluation is in this code.

Then you can modify the config file with this code as reference.

Thank you!

edwardnguyen1705 commented 4 years ago

@dby2017 Hi, Have you successfully train this model on PASCAL VOC format?