Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Related Projects

Jon Long edited this page May 8, 2015 · 6 revisions

Projects Using Caffe

Fast R-CNN is a fast framework for object detection with deep ConvNets. Fast R-CNN

  • trains state-of-the-art models, like VGG16, 9x faster than traditional R-CNN and 3x faster than SPPnet,
  • runs 200x faster than R-CNN and 10x faster than SPPnet at test-time,
  • has a significantly higher mAP on PASCAL VOC than both R-CNN and SPPnet,
  • and is written in Python and C++/Caffe.

Please take a look at @rbgirshick work at https://github.com/rbgirshick/fast-rcnn

Other Useful Components

Clone this wiki locally