hand-keypoints.yaml 989 B

1234567891011121314151617181920212223242526
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # Hand Keypoints dataset by Ultralytics
  3. # Documentation: https://docs.ultralytics.com/datasets/pose/hand-keypoints/
  4. # Example usage: yolo train data=hand-keypoints.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── hand-keypoints ← downloads here (369 MB)
  9. # Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
  10. path: ../datasets/hand-keypoints # dataset root dir
  11. train: train # train images (relative to 'path') 18776 images
  12. val: val # val images (relative to 'path') 7992 images
  13. # Keypoints
  14. kpt_shape: [21, 3] # number of keypoints, number of dims (2 for x,y or 3 for x,y,visible)
  15. flip_idx:
  16. [0, 1, 2, 4, 3, 10, 11, 12, 13, 14, 5, 6, 7, 8, 9, 15, 16, 17, 18, 19, 20]
  17. # Classes
  18. names:
  19. 0: hand
  20. # Download script/URL (optional)
  21. download: https://github.com/ultralytics/assets/releases/download/v0.0.0/hand-keypoints.zip