Code to export results as txt for wider-face? #1373
Unanswered
voldemortsnose
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on training yolox with the wider-face dataset. I would like to export the results as outlined in the competition here. Each text file should contain one row per detected bounding box in the format [left, top, width, height, score]. Basically, the export for each img file should look like this:
Example:
I know that I have to change the demo.py file to achieve this but I'm not quite sure which variables stand for the left, top, width, height, score information of each bounding box.
Beta Was this translation helpful? Give feedback.
All reactions