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
Each .txt file contains one annotation per line in the format: {class_id} {x_center} {y_center} {width} {height} {keypoint_x1} {keypoint_y1} {visible1} {keypoint_x2} {keypoint_y2} {visible2} ...
Where:
All values are normalized to [0, 1]
visible is 0 for not labeled, 1 for labeled but not visible, 2 for labeled and visible
What is the feature?
Why?
How it works
The dataset follows this structure:
Label Format
Each .txt file contains one annotation per line in the format:
{class_id} {x_center} {y_center} {width} {height} {keypoint_x1} {keypoint_y1} {visible1} {keypoint_x2} {keypoint_y2} {visible2} ...
Where:
Usage
Is this considered within scope for a PR?
Any other context?
No response
The text was updated successfully, but these errors were encountered: