Document retarget/ subfolder
Browse files
README.md
CHANGED
|
@@ -1,14 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: fair-noncommercial-research-license-v1
|
| 4 |
-
license_link: https://huggingface.co/datasets/Rice-RobotPI-Lab/egoinfinity/blob/main/LICENSE-Action100M
|
| 5 |
-
pretty_name: EgoInfinity
|
| 6 |
-
viewer: false
|
| 7 |
-
tags:
|
| 8 |
-
- egocentric
|
| 9 |
-
- derivative-of-action100m
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
# EgoInfinity (preview)
|
| 13 |
|
| 14 |
Derivative scene assets for a curated subset of Action100M (Meta FAIR) clips.
|
|
@@ -20,3 +9,26 @@ Derivative scene assets for a curated subset of Action100M (Meta FAIR) clips.
|
|
| 20 |
FAIR Noncommercial Research License v1 (see [LICENSE-Action100M](LICENSE-Action100M)). Noncommercial research only.
|
| 21 |
|
| 22 |
Built by the **Rice RobotPI Lab**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# EgoInfinity (preview)
|
| 2 |
|
| 3 |
Derivative scene assets for a curated subset of Action100M (Meta FAIR) clips.
|
|
|
|
| 9 |
FAIR Noncommercial Research License v1 (see [LICENSE-Action100M](LICENSE-Action100M)). Noncommercial research only.
|
| 10 |
|
| 11 |
Built by the **Rice RobotPI Lab**.
|
| 12 |
+
|
| 13 |
+
## Retarget
|
| 14 |
+
|
| 15 |
+
For 104 of the clips under `samples/`, we provide retargeting results on four
|
| 16 |
+
robot embodiments under `samples/<clip>/retarget/<robot>/`:
|
| 17 |
+
|
| 18 |
+
- `franka` — Franka Panda (7-DoF arm + 1-DoF gripper)
|
| 19 |
+
- `g1` — Unitree G1 (7-DoF arm + 7-DoF hand)
|
| 20 |
+
- `robonaut2` — NASA Robonaut 2 (7-DoF arm + 18-DoF hand)
|
| 21 |
+
- `xlerobot` — XLeRobot (5-DoF arm + 1-DoF gripper)
|
| 22 |
+
|
| 23 |
+
Each `<robot>/` folder contains:
|
| 24 |
+
|
| 25 |
+
| File | Description |
|
| 26 |
+
|-------------------|---------------------------------------------------|
|
| 27 |
+
| `input_viz.mp4` | Ego input visualization used by the retargeter |
|
| 28 |
+
| `robot_sim.mp4` | Sim replay of the retargeted trajectory |
|
| 29 |
+
| `trajectory.npz` | Per-frame `q_left`, `q_right`, finger joints, joint names, fps, clip id |
|
| 30 |
+
| `torso_frames.npz`| Per-frame torso pose (`R_per_frame`, `t_per_frame`) plus anchor frame |
|
| 31 |
+
| `metrics.npz` | IK success rate, position/orientation error (per-frame, mean, converged-only), joint-limit margin, manipulability, roughness |
|
| 32 |
+
|
| 33 |
+
Per-clip frame counts range from 29 to 734; per-clip fps is recorded in
|
| 34 |
+
`trajectory.npz` (`fps` key) and is not uniform across clips.
|