yolov8 关键点pose自有数据集训练
发布时间
阅读量:
阅读量
基于自有数据集的Pose训练
参考信息:
https://docs.ultralytics.com/datasets/pose/
数据获取地址:
https://ultralytics.com/assets/tiger-pose.zip
YOLO标注数据 txt格式

train: train # train images (relative to 'path') 210 images
val: val # val images (relative to 'path') 53 images
# Keypoints
kpt_shape: [12, 2] # number of keypoints, number of dims (2 for x,y or 3 for x,y,visible)
flip_idx: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
# Classes
names:
0: tiger
全部评论 (0)
还没有任何评论哟~
