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
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:
< image name i >
< number of faces detected in this image = im >
< face i1 >
< face i2 >
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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