tiger-pose.yaml 925 B

12345678910111213141516171819202122232425
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # Tiger Pose dataset by Ultralytics
  3. # Documentation: https://docs.ultralytics.com/datasets/pose/tiger-pose/
  4. # Example usage: yolo train data=tiger-pose.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── tiger-pose ← downloads here (75.3 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/tiger-pose # dataset root dir
  11. train: train # train images (relative to 'path') 210 images
  12. val: val # val images (relative to 'path') 53 images
  13. # Keypoints
  14. kpt_shape: [12, 2] # number of keypoints, number of dims (2 for x,y or 3 for x,y,visible)
  15. flip_idx: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
  16. # Classes
  17. names:
  18. 0: tiger
  19. # Download script/URL (optional)
  20. download: https://github.com/ultralytics/assets/releases/download/v0.0.0/tiger-pose.zip