Add compressed dataset
Browse files- .gitattributes +1 -0
- .gitignore +3 -0
- README.md +12 -4
- data.zip +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
data/**/*.npy filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
data/
|
| 2 |
+
hf_token.txt
|
| 3 |
+
upload_to_hf.py
|
README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
| 4 |
-
|
| 5 |
# PHUMA: Physically-Grounded Humanoid Locomotion Dataset
|
| 6 |
|
| 7 |
This repository provides physically-grounded humanoid locomotion dataset, PHUMA.
|
|
@@ -10,6 +6,18 @@ PHUMA leverages large-scale human motion data while overcoming physical artifact
|
|
| 10 |
|
| 11 |
For detailed results, implementation notes, and videos, please visit our [paper](https://arxiv.org/abs/2510.26236), [project page](https://davian-robotics.github.io/PHUMA/) and [GitHub repository](https://github.com/DAVIAN-Robotics/PHUMA).
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## Dataset Structure
|
| 14 |
|
| 15 |
The dataset contains retargeted data for 2 different humanoids:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PHUMA: Physically-Grounded Humanoid Locomotion Dataset
|
| 2 |
|
| 3 |
This repository provides physically-grounded humanoid locomotion dataset, PHUMA.
|
|
|
|
| 6 |
|
| 7 |
For detailed results, implementation notes, and videos, please visit our [paper](https://arxiv.org/abs/2510.26236), [project page](https://davian-robotics.github.io/PHUMA/) and [GitHub repository](https://github.com/DAVIAN-Robotics/PHUMA).
|
| 8 |
|
| 9 |
+
## Download and Setup
|
| 10 |
+
|
| 11 |
+
The dataset is provided as a compressed file. To use it:
|
| 12 |
+
|
| 13 |
+
```bash
|
| 14 |
+
# Download data.zip from this repository
|
| 15 |
+
# Then extract it:
|
| 16 |
+
unzip data.zip
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
This will create a `data/` directory with all the motion data.
|
| 20 |
+
|
| 21 |
## Dataset Structure
|
| 22 |
|
| 23 |
The dataset contains retargeted data for 2 different humanoids:
|
data.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bc17ceb49c0999e51de058b2a6cd9be2ecc062d959240e3911fa7999521f65f
|
| 3 |
+
size 3416234094
|