Skip to content

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

Notifications You must be signed in to change notification settings

nathanjjohnson7/RCNN

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages