| { | |
| "model_name": "detr-pose-coco50", | |
| "language": "en", | |
| "tags": ["pose-estimation", "detr", "keypoints", "coco", "top-down", "vision"], | |
| "license": "apache-2.0", | |
| "library_name": "transformers", | |
| "datasets": ["coco"], | |
| "pipeline_tag": "image-to-image", | |
| "inference": { | |
| "parameters": { | |
| "image": "An RGB image containing at least one person." | |
| }, | |
| "outputs": "17 keypoint heatmaps for the most prominent detected person." | |
| }, | |
| "model-index": [ | |
| { | |
| "name": "detr-pose-coco50", | |
| "results": [ | |
| { | |
| "task": { | |
| "type": "pose-estimation", | |
| "name": "Human Pose Estimation" | |
| }, | |
| "dataset": { | |
| "name": "COCO 2017 (50-person subset)", | |
| "type": "coco" | |
| }, | |
| "metrics": [ | |
| { | |
| "type": "qualitative", | |
| "value": "Visual output inspection" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |