TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 icon indicating copy to clipboard operation
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard

Too many detection boxes

Open theman162 opened this issue 4 years ago • 2 comments

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

theman162 avatar May 04 '20 09:05 theman162

try using NMS suppression

suyashhchougule avatar Aug 27 '20 12:08 suyashhchougule

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

prayagpawar avatar Dec 09 '22 09:12 prayagpawar