SharanSMenon / object-detection

Implementation of Object Detection Models (in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing different Single Shot Detectors

This repo currently implements the following models:

  • SSD (In Progress)
  • RetinaNet (Planned)
  • CenterNet (Started)

All models are trained on the PascalVOC Dataset. More details will be available in the Model folders

About

Implementation of Object Detection Models (in progress)


Languages

Language:Python 68.8%Language:Jupyter Notebook 31.2%