msracver / Relation-Networks-for-Object-Detection

Relation Networks for Object Detection
MIT License
1.09k stars 190 forks source link

Training on custom dataset? #20

Closed cbsudux closed 6 years ago

cbsudux commented 6 years ago

I'd like to train a Faster R-CNN + Relation module (as in the readme with coco) on my own dataset. How do I go about it?

cbsudux commented 6 years ago

Authors?

matt-teng commented 4 years ago

So, did you successfully train this module on your own dataset?

cbsudux commented 4 years ago

Yeah, just convert into coco format and plug and play : https://github.com/cocodataset/cocoapi/issues/144

matt-teng commented 4 years ago

Yeah, just convert into coco format and plug and play : cocodataset/cocoapi#144

Thank you