Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

coco8-pose.yaml 943 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. # Ultralytics YOLO 🚀, AGPL-3.0 license
  2. # COCO8-pose dataset (first 8 images from COCO train2017) by Ultralytics
  3. # Documentation: https://docs.ultralytics.com/datasets/pose/coco8-pose/
  4. # Example usage: yolo train data=coco8-pose.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── coco8-pose ← downloads here (1 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: data # dataset root dir
  11. train: images/train # train images (relative to 'path') 4 images
  12. val: images/val # val images (relative to 'path') 4 images
  13. test: # test images (optional)
  14. # Keypoints
  15. kpt_shape: [17, 3] # number of keypoints, number of dims (2 for x,y or 3 for x,y,visible)
  16. flip_idx: [0, 2, 1, 4, 3, 6, 5, 8, 7, 10, 9, 12, 11, 14, 13, 16, 15]
  17. # Classes
  18. names:
  19. 0: person
  20. # Download script/URL (optional)
  21. download: https://ultralytics.com/assets/coco8-pose.zip
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...