dog-pose.yaml 907 B

123456789101112131415161718192021222324
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # Dogs dataset http://vision.stanford.edu/aditya86/ImageNetDogs/ by Stanford
  3. # Documentation: https://docs.ultralytics.com/datasets/pose/dog-pose/
  4. # Example usage: yolo train data=dog-pose.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── dog-pose ← downloads here (337 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/dog-pose # dataset root dir
  11. train: train # train images (relative to 'path') 6773 images
  12. val: val # val images (relative to 'path') 1703 images
  13. # Keypoints
  14. kpt_shape: [24, 3] # number of keypoints, number of dims (2 for x,y or 3 for x,y,visible)
  15. # Classes
  16. names:
  17. 0: dog
  18. # Download script/URL (optional)
  19. download: https://github.com/ultralytics/assets/releases/download/v0.0.0/dog-pose.zip