Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 830 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 830 Bytes

RCNN

Implementation of Efficient Graph-Based Image Segmentation, Selective Search and RCNN

This basic implementation of the RCNN algorithm does not use 21 class specific SVMs or Bounding Box Regression. It only uses one CNN which is trained on the data that the SVMs would have been trained with. Furthermore, the images shown below used a model that was only trained for 7000 epochs instead of 50000 epochs.

Run time is approximately 2.5 to 3 seconds.

alt text

alt text

alt text

alt text