Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: idea
|
4 |
-
license_link: https://github.com/IDEA-Research/MotionLLM/blob/main/LICENSE
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: idea
|
4 |
+
license_link: https://github.com/IDEA-Research/MotionLLM/blob/main/LICENSE
|
5 |
+
datasets:
|
6 |
+
- EvanTHU/MoVid
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: question-answering
|
10 |
+
tags:
|
11 |
+
- motion
|
12 |
+
- human
|
13 |
+
- video
|
14 |
+
- LLM
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
+
```bash
|
19 |
+
@article{chen2024motionllm,
|
20 |
+
title={MotionLLM: Understanding Human Behaviors from Human Motions and Videos},
|
21 |
+
author={Chen, Ling-Hao and Lu, Shunlin and Zeng, Ailing and Zhang, Hao and Wang, Benyou and Zhang, Ruimao and Zhang, Lei},
|
22 |
+
journal={arXiv preprint arXiv:2405.20340},
|
23 |
+
year={2024}
|
24 |
+
}
|
25 |
+
```
|