Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 📌 **DETR + Keypoint Estimation (COCO Subset)**
|
2 |
Author: [@Koushik](https://huggingface.co/Koushim)
|
3 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- pytorch
|
5 |
+
- keypoint-detection
|
6 |
+
- human-pose-estimation
|
7 |
+
- heatmap-regression
|
8 |
+
- computer-vision
|
9 |
+
- detr
|
10 |
+
- coco
|
11 |
+
model-index:
|
12 |
+
- name: detr-pose-coco50
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: pose-estimation
|
16 |
+
name: Human Pose Estimation
|
17 |
+
dataset:
|
18 |
+
type: COCO
|
19 |
+
name: COCO 2017 (50-person subset)
|
20 |
+
metrics:
|
21 |
+
- type: MSELoss
|
22 |
+
value: ~0.02
|
23 |
+
name: Heatmap MSE
|
24 |
+
---
|
25 |
+
|
26 |
# 📌 **DETR + Keypoint Estimation (COCO Subset)**
|
27 |
Author: [@Koushik](https://huggingface.co/Koushim)
|
28 |
|