FrancescoSaverioZuppichini/non-max-suppression-in-pytorch

How to implement Non Max Suppression (NMS) in PyTorch

14
/ 100
Experimental

This project helps computer vision practitioners refine the output of object detection models. It takes a list of bounding boxes, each with a confidence score and class label, and removes redundant, overlapping boxes, keeping only the most confident ones for each detected object. This is essential for anyone developing or deploying object detection systems to ensure clear and accurate results.

No commits in the last 6 months.

Use this if your object detection model is identifying the same object multiple times with slightly different bounding boxes and you need to consolidate them into a single, high-confidence detection.

Not ideal if you need a pre-built, production-ready non-maximum suppression component that handles multi-class scenarios directly, or if you are not working within the PyTorch ecosystem.

object-detection computer-vision image-analysis model-post-processing
No License Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 6 / 25
Maturity 8 / 25
Community 0 / 25

How are scores calculated?

Stars

17

Forks

Language

License

Last pushed

Oct 27, 2022

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/FrancescoSaverioZuppichini/non-max-suppression-in-pytorch"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.