Spaces:
Running on Zero
Running on Zero
update example
Browse files- app.py +2 -0
- examples/C13_-__run_turn_left_(135)_stageii.npz +3 -0
- examples/sample_motion.npz +2 -2
app.py
CHANGED
|
@@ -84,6 +84,8 @@ demo = gr.Interface(
|
|
| 84 |
description=(
|
| 85 |
"Upload human motion capture data in AMASS format (.npz), "
|
| 86 |
"and get Unitree G1 humanoid robot motion in BeyondMimic format.\n\n"
|
|
|
|
|
|
|
| 87 |
"**Input**: AMASS NPZ with fields `trans/root_orient/pose_body` "
|
| 88 |
"(or `transl/global_orient/body_pose`), optionally `mocap_frame_rate`.\n\n"
|
| 89 |
"**Output**: bmimic NPZ (50 FPS) with `joint_pos`, `joint_vel`, "
|
|
|
|
| 84 |
description=(
|
| 85 |
"Upload human motion capture data in AMASS format (.npz), "
|
| 86 |
"and get Unitree G1 humanoid robot motion in BeyondMimic format.\n\n"
|
| 87 |
+
"⚠️ **WARNING: This Space runs on CPU. Please keep your motion under 200 frames "
|
| 88 |
+
"to avoid timeouts.**\n\n"
|
| 89 |
"**Input**: AMASS NPZ with fields `trans/root_orient/pose_body` "
|
| 90 |
"(or `transl/global_orient/body_pose`), optionally `mocap_frame_rate`.\n\n"
|
| 91 |
"**Output**: bmimic NPZ (50 FPS) with `joint_pos`, `joint_vel`, "
|
examples/C13_-__run_turn_left_(135)_stageii.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:195e17334fd7b300c36db8f5d5f0b7ccb68e387b0d7b2f3d25e2aa62b69e5ce5
|
| 3 |
+
size 2012128
|
examples/sample_motion.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:997d96e90b15cc29626c2440b9466c50c99bb1bbad06e1f0f138018df0ea864b
|
| 3 |
+
size 2163149
|