keras-yolo3 icon indicating copy to clipboard operation
keras-yolo3 copied to clipboard

How to improve prediction?

Open abdou31 opened this issue 4 years ago • 2 comments

Hello, Thanks for this project, it help me to predict face ( if wear mask or not )
but I got some problems ( drawing two boxes of differents class on the same object ):

image

How can I improve the prediction?

abdou31 avatar Jun 05 '20 16:06 abdou31

It appears that the model needs more training data.

Otherwise, I would calculate the overlap between 2 boxes and if they are roughly the same, discard the one with lower confidence.

h33p avatar Jun 09 '20 09:06 h33p

Good idea, but do you have a piece of code of this idea???

abdou31 avatar Jun 09 '20 15:06 abdou31