Skip to content

opencvfun/faster-rcnn-pedestrian-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedestrian-RCNN

This code extends py-faster-rcnn by adding:

  • ResNet implementation.
  • Online Hard Example Mining.
  • Caltech Dataset train and test interface.

Base

Installation

The installation and useage are same as Faster R-CNN

  1. clone the repository and caffe submodule
  2. build lib and caffe
  3. train your model command like: ./experiments/scripts/caltech.sh 0 ResNet50 reasonable

About

My customized Faster R-CNN for pedestrian-detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.7%
  • Shell 3.8%
  • C 3.2%
  • Cuda 1.7%
  • MATLAB 0.6%
  • C++ 0.0%