ruotianluo/pytorch-faster-rcnn
A PyTorch implementation of Faster RCNN for real-time object detection based on region proposal networks.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides a PyTorch reimplementation of the Faster RCNN object detection framework. It converts pretrained TensorFlow models to PyTorch and supports both GPU and CPU inference. The implementation follows the original architecture with region proposal networks and detection heads for identifying objects in images. The author notes this is a legacy project and recommends using detectron2 or mmdetection for new projects.