should it find the obj_class with the max prob? #94
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Line 118-123 in src/Yolo3Detection.cpp:
should it find the obj_class with the max prob?
Actually this is an Error, it should pick all the objects with the prob > confThreshold.
thank you for pointing this