Keras-yolo3: One class up to 20 boxes in an object

Created on 19 Aug 2019  路  1Comment  路  Source: qqwweee/keras-yolo3

I find that one class is up to 20 boxes in an object.
Im testing the model with a multi-person photos(more than 20), and I cant make it to detecte all the people in the photo, even the people is so clear.
So I found a way to test the problem, but I`m not Very sure about.
Anyone can help or give some tips?
Thank you very much!

Most helpful comment

The problem is done.
Change the parameter "max_boxes" of the fun"yolo_eval" in "yolo3/models"which is 20 defaulted.

>All comments

The problem is done.
Change the parameter "max_boxes" of the fun"yolo_eval" in "yolo3/models"which is 20 defaulted.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

awilliamson picture awilliamson  路  4Comments

nseidl picture nseidl  路  3Comments

Exorcismus picture Exorcismus  路  3Comments

maiminh1996 picture maiminh1996  路  5Comments

karanmartian picture karanmartian  路  4Comments