In this tutorial we are going to learn how to remove duplicates from object detection when using the mobilenet ssd that we ran in the previous tutorial. We will use the Non Max Suppression method to eliminate the objects with low threshold values. All of this will be done using the opencv library in python.
Code and more: https://www.murtazahassan.com/courses/opencv-projects/
Subscribe : https://www.youtube.com/channel/UCYUjYU5FveRAscQ8V21w81A
#python #opencv