GOATmessi8/RFBNet
A PyTorch implementation of Receptive Field Block Net for real-time object detection, achieving 82.2 mAP on COCO at 38 FPS.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
This repository implements RFB Net, an object detection model that uses Receptive Field Block (RFB) modules inspired by human visual systems to enhance feature discriminability. Built on top of SSD with lightweight backbone networks, it provides efficient single-shot detection with competitive accuracy. The implementation supports training and evaluation on standard detection benchmarks including VOC and COCO datasets.