| # YOLO Keypoint Dataset Configuration | |
| # Generated from JSON annotations | |
| names: | |
| 0: fish | |
| # Keypoints | |
| kpt_shape: [2, 3] # 2 keypoints with (x, y, visibility) | |
| flip_idx: [1, 0] # Swap top and bottom when flipping | |
| # Skeleton connections (connect top_point to bottom_point) | |
| skeleton: | |
| - [0, 1] | |
| # Paths (relative to keypoints.yaml location) | |
| path: /home/student1/dontsee/Salah/cropped_images/cropped_images/yolo_dataset | |
| train: train/images | |
| val: val/images | |