Initial snapshot: hand motion pipeline (Dyn-HaMR + dex-retargeting + SPIDER)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 14:13:49 +08:00
commit 7e4ef6f98b
7002 changed files with 1452249 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Install into a compatible environment after selecting its Torch/CUDA runtime.
# Observed versions, not a complete cross-platform dependency lock.
dex-retargeting==0.5.0
mujoco==3.5.0
scipy==1.17.1
numpy==2.4.6
h5py==3.16.0
imageio
imageio-ffmpeg
Pillow
+12
View File
@@ -0,0 +1,12 @@
{
"dex-retargeting": "0.5.0",
"mujoco": "3.5.0",
"numpy": "2.4.6",
"scipy": "1.17.1",
"torch": "2.7.1+cu128",
"torchvision": "0.22.1+cu128",
"nlopt": "2.11.0",
"pin": "4.1.0",
"imageio": "2.37.3",
"Pillow": "12.3.0"
}