Add task category and paper link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
viewer: false
|
| 3 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# JEPLO Dataset
|
| 7 |
|
| 8 |
-
This dataset accompanies the paper
|
| 9 |
|
| 10 |
**Authors:** Qihao Yuan, Yixuan Qiu, Ziyu Cao, Ming Cao, and Kailai Li.
|
| 11 |
|
|
@@ -66,5 +68,4 @@ q_lr: [0.0, 1.0, 0.0, 0.0] # (qw, qx, qy, qz)
|
|
| 66 |
t_lr: [-0.275263, 0.000458, 0.148998] # meters
|
| 67 |
```
|
| 68 |
|
| 69 |
-
**Quaternion ordering:** The ground-truth trajectory files use `(qx, qy, qz, qw)`, whereas the sensor extrinsics above use `(qw, qx, qy, qz)`.
|
| 70 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: gpl-3.0
|
| 3 |
+
viewer: false
|
| 4 |
+
task_categories:
|
| 5 |
+
- robotics
|
| 6 |
---
|
| 7 |
|
| 8 |
# JEPLO Dataset
|
| 9 |
|
| 10 |
+
This dataset accompanies the paper [JEPLO: Joint-Embedding Predictive Learning for LiDAR-Based Legged Locomotion](https://huggingface.co/papers/2609.15770).
|
| 11 |
|
| 12 |
**Authors:** Qihao Yuan, Yixuan Qiu, Ziyu Cao, Ming Cao, and Kailai Li.
|
| 13 |
|
|
|
|
| 68 |
t_lr: [-0.275263, 0.000458, 0.148998] # meters
|
| 69 |
```
|
| 70 |
|
| 71 |
+
**Quaternion ordering:** The ground-truth trajectory files use `(qx, qy, qz, qw)`, whereas the sensor extrinsics above use `(qw, qx, qy, qz)`.
|
|
|