Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ Each row has exactly four columns:
|
|
| 37 |
| `keypoint_scores` | `float32[17]` | Confidence score for each keypoint. |
|
| 38 |
|
| 39 |
|
| 40 |
-
For missing detections, `bboxes_xyxy` and `keypoints_xy` contain NaN coordinates, `bbox_scores` is `0.0`, and `keypoint_scores` contains zeros.
|
| 41 |
|
| 42 |
## Keypoint order
|
| 43 |
|
|
|
|
| 37 |
| `keypoint_scores` | `float32[17]` | Confidence score for each keypoint. |
|
| 38 |
|
| 39 |
|
| 40 |
+
**For missing detections, `bboxes_xyxy` and `keypoints_xy` contain NaN coordinates, `bbox_scores` is `0.0`, and `keypoint_scores` contains zeros.**
|
| 41 |
|
| 42 |
## Keypoint order
|
| 43 |
|