endernewton/tf-faster-rcnn
A TensorFlow implementation of Faster RCNN for real-time object detection using VGG16, ResNet, and MobileNet architectures.

Velocity · 7d
+1.1
★ / day
Trend
→steady
star history
This repository provides a TensorFlow reimplementation of the Faster RCNN object detection framework originally developed in Caffe. It supports multiple backbone architectures including VGG16, ResNet V1, and MobileNet V1, with training and evaluation pipelines on standard benchmarks like VOC and COCO datasets. The implementation follows the original paper architecture and includes evaluation metrics tracked via TensorBoard.