Koushim commited on
Commit
c03c19c
·
verified ·
1 Parent(s): bef9ef9

Create model_card.json

Browse files
Files changed (1) hide show
  1. model_card.json +38 -0
model_card.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "detr-pose-coco50",
3
+ "language": "en",
4
+ "tags": ["pose-estimation", "detr", "keypoints", "coco", "top-down", "vision"],
5
+ "license": "apache-2.0",
6
+ "library_name": "transformers",
7
+ "datasets": ["coco"],
8
+ "pipeline_tag": "image-to-image",
9
+ "inference": {
10
+ "parameters": {
11
+ "image": "An RGB image containing at least one person."
12
+ },
13
+ "outputs": "17 keypoint heatmaps for the most prominent detected person."
14
+ },
15
+ "model-index": [
16
+ {
17
+ "name": "detr-pose-coco50",
18
+ "results": [
19
+ {
20
+ "task": {
21
+ "type": "pose-estimation",
22
+ "name": "Human Pose Estimation"
23
+ },
24
+ "dataset": {
25
+ "name": "COCO 2017 (50-person subset)",
26
+ "type": "coco"
27
+ },
28
+ "metrics": [
29
+ {
30
+ "type": "qualitative",
31
+ "value": "Visual output inspection"
32
+ }
33
+ ]
34
+ }
35
+ ]
36
+ }
37
+ ]
38
+ }