Add link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
language:
|
| 7 |
-
- en
|
| 8 |
pretty_name: Children Gait Video
|
| 9 |
-
size_categories:
|
| 10 |
-
- 1K<n<10K
|
| 11 |
tags:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
---
|
| 18 |
|
| 19 |
<h1 align="center">Decoding Children's Gait Behavior</h1>
|
|
@@ -28,6 +28,9 @@ tags:
|
|
| 28 |
<a href="https://github.com/PediaMedAI/ChildrenGait">
|
| 29 |
<img src="https://img.shields.io/badge/GitHub-Code-181717?logo=github&logoColor=white" alt="GitHub">
|
| 30 |
</a>
|
|
|
|
|
|
|
|
|
|
| 31 |
</p>
|
| 32 |
|
| 33 |
<p align="center">
|
|
@@ -124,4 +127,4 @@ If you find this work useful, please cite our paper and the CV4CHL challenge:
|
|
| 124 |
pages = {5564--5570},
|
| 125 |
year = {2026}
|
| 126 |
}
|
| 127 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: cc-by-nc-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
task_categories:
|
| 8 |
+
- video-classification
|
| 9 |
+
- image-classification
|
|
|
|
|
|
|
| 10 |
pretty_name: Children Gait Video
|
|
|
|
|
|
|
| 11 |
tags:
|
| 12 |
+
- computer-vision
|
| 13 |
+
- gait-analysis
|
| 14 |
+
- pediatric-health
|
| 15 |
+
- video-understanding
|
| 16 |
+
- pose-estimation
|
| 17 |
---
|
| 18 |
|
| 19 |
<h1 align="center">Decoding Children's Gait Behavior</h1>
|
|
|
|
| 28 |
<a href="https://github.com/PediaMedAI/ChildrenGait">
|
| 29 |
<img src="https://img.shields.io/badge/GitHub-Code-181717?logo=github&logoColor=white" alt="GitHub">
|
| 30 |
</a>
|
| 31 |
+
<a href="https://huggingface.co/papers/2608.00371">
|
| 32 |
+
<img src="https://img.shields.io/badge/Paper-HF-FFD21E" alt="Paper">
|
| 33 |
+
</a>
|
| 34 |
</p>
|
| 35 |
|
| 36 |
<p align="center">
|
|
|
|
| 127 |
pages = {5564--5570},
|
| 128 |
year = {2026}
|
| 129 |
}
|
| 130 |
+
```
|