Skip to content

Object Detector Faster RCNN with Feature Pyramid Network and RegNetX-400MF as the backbone.

Notifications You must be signed in to change notification settings

JemuelStanley47/Two-Stage-Object-Detector-Faster-R-CNN

 
 

Repository files navigation

Two Stage Detector

The project implements a two-stage object detector, based on Faster R-CNN which consists of two modules- Region Proposal Networks (RPN) or otherwise called rpn head and Fast R-CNN. The network is trained to detect a set of object classes and evaluate detection accuracy using the classic metric mean AveragePrecision mAP

About

Object Detector Faster RCNN with Feature Pyramid Network and RegNetX-400MF as the backbone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.5%
  • Python 6.5%