/py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version

Primary LanguagePythonOtherNOASSERTION

Summary

This is py-faster-rcnn forked from rbgirshick's work.

This repo shows an example of adding new dataset and train an object detector for your own dataset.

For the details, please refer to my post, Detection: Faster R-CNN.