TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard
Too many detection boxes
After finishing training the model,once i runned using the webcam.py file there are many detection boxes appearing and detecting the object.I would like to know the reason for this issue and solutions
try using NMS suppression
Do u want to say one bounding box has more than one object detected if that is the case its over-fitting lower epochs keep eye on loss value anything lower than 0.05 is considered as good not in all cases, You can adjust threshold settings set it to higher confidence ratio >=80% you would see less no of boxes