/Object-Detection-Implementations

This is an implementation repository about important topics of object detection. Its main goal is to show how to implement various object detection algorithms from scratch.

Primary LanguagePython

Implementations of Important Topics of Object Detection

This is an implementation repository about important topics of object detection. Its main goal is to show how to implement various object detection algorithms from scratch.

Covered Topics

  • Intersection Over Union PyTorch Implementation
  • Non-maximum Supression PyTorch Implementation
  • Mean Average precision PyTorch Implementation