Skip to content

fatalfeel/faster_rcnn_pytorch

Repository files navigation

Faster-Rcnn in Pytorch

  • An implementation of Faster R-CNN in PyTorch.
  • Only python source. These is no need to compile nms and roialign cpp
  • Comment in many functions
  • You can debug any line in cpu mode

Prepare install

  • cd faster_rcnn_pytorch
  • ./install_data.sh

Run

  • python3 ./train.py --cuda True
  • python3 ./train.py --cuda True --resume True
  • python3 ./infer.py --cuda True

Performance

  • GeForce GTX 1650 4GB
  • CUDA version 10.2
  • Resnet-101
  • Train 2.3 frames per second
  • Infer 5 frames per second

Pretrained download

Compare and learn

You can compare with simple-faster-rcnn that can debug any line in cpu mode

Web site

Refer to

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published