Skip to content

Non Max Suppression algorithm implementation in Python, Tensorflow and PyTorch

License

Notifications You must be signed in to change notification settings

satheeshkatipomu/nms-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nms-python

Non Max Suppression: Non-Max Supression (NMS) is a technique used to select one bounding box for an object if multiple bounding boxes were detected with varying probability scores by object detection algorithms(example: Faster R-CNN,YOLO).

NMS is implemented in this notebook using two methods

  1. Python using numpy in vectorized approach.
  2. Using tensorflow builtin function.

Requirements to run this notebook: 1)Python3 2) Numpy 3) Tensorflow

About

Non Max Suppression algorithm implementation in Python, Tensorflow and PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published