You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
In demo.py, when logging the result after prediction, part of the code is wrong. It is shown below.
logger.info('[[x1, x2, y1, y2, confidence]]')
Actually, the number in the result should be [x1, y1, x2, y2, confidence].
Please fix it, as though it has no effect on the visualization.