Views
No views yet
| Property | Value |
|---|---|
| Architecture | YOLO11n-pose |
| Input size | 1280 × 1280 |
| Keypoints | 4 |
| Format | CoreML (.mlpackage) |
| Training tasks | latRside, latLside, protRside, protLside |
| Epochs | 50 |
| Augmentation | Heavy (rotation, scale, HSV, mosaic, mixup) |
| Index | Name | Description |
|---|---|---|
| 0 | left_commissure | Always occluded from side view (visibility=0) |
| 1 | right_commissure | Always occluded from side view (visibility=0) |
| 2 | tongue_tip | Annotated tongue tip position |
| 3 | lip_tip | Upper lip center — manually annotated reference point |
1import CoreML
2import Vision
3
4let model = try best(configuration: MLModelConfiguration())
5let request = VNCoreMLRequest(model: try VNCoreMLModel(for: model.model))
6// input: 1280×1280 RGB image| Metric | Value |
|---|---|
| Box mAP50 | 0.995 |
| Box mAP50-95 | 0.953 |
| Pose mAP50 | 0.995 |
| Pose mAP50-95 | 0.995 |