ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.68k stars 1.22k forks source link

training faster rcnn on ROI only ? #189

Open opencomvis opened 6 years ago

opencomvis commented 6 years ago

I have an old dataset that I ready used to train old detector that require positive images "ROIs only" and negative images "some random image without ROIs". Now, I'd like to use that dataset to train faster rcnn. can I train it directly with ROIs image? or should I prepare something else ?