ae28d55f81
Source: RGB-D -> Dyn-HaMR -> L20 retargeting -> FoundationPose -> reference repair -> SPIDER, documented in docs/PIPELINE_LATEST.md and docs/SETUP_AND_WEIGHTS.md. Adds FoundationPose and nvdiffrast upstream snapshots, requirements/pipeline_venv.txt and the FoundationPose weight manifest/downloader. Assets (Git LFS): weights/ (WiLoR detector, HandFlow denoiser, UniDepth-L), FoundationPose checkpoints, HaMeR checkpoint, Dyn-HaMR HMP model and BMC constraints, L20 URDF/meshes, the 20260915_171525 D405 recording and the two box CADs. MANO models are not redistributed (third_party/hamer/_DATA/data/mano/README.txt). Environments, caches and run outputs excluded. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
# Environments, toolchains and caches are never committed (see docs/SETUP_AND_WEIGHTS.md)
|
|
/.venv/
|
|
/venv/
|
|
/.dex/
|
|
/.spider/
|
|
/third_party/Dyn-HaMR/.dynhamr/
|
|
/.cuda/
|
|
/.cache/
|
|
/.hf_cache/
|
|
/.torch_cache/
|
|
/.spider_cache/
|
|
/.uv_cache_spider/
|
|
/.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
/third_party/*/build/
|
|
/third_party/FoundationPose/mycpp/build/
|
|
*.part
|
|
*.aria2
|
|
# Run outputs and packaged releases
|
|
/output/
|
|
/results/
|
|
/logs/
|
|
/dist/
|
|
# Licensed models that every user must obtain themselves (MANO)
|
|
/third_party/hamer/_DATA/data/mano/*.pkl
|
|
# Local tooling
|
|
.claude/
|
|
CLAUDE.md
|
|
.vscode/
|
|
.idea/
|
|
# Reassembled from *.part-NNN chunks by scripts/large_files.py (never committed whole: server limit 50 MB/request)
|
|
/third_party/hamer/_DATA/hamer_ckpts/checkpoints/hamer.ckpt
|
|
/weights/unidepth-v2-vitl14/model.safetensors
|
|
/weights/handflow_denoiser.pt
|
|
/weights/detector.pt
|
|
/third_party/Dyn-HaMR/_DATA/hmp_model/results/model/optimizer.pth
|
|
/third_party/Dyn-HaMR/_DATA/hmp_model/results/model/local_encoder.pth
|
|
/third_party/Dyn-HaMR/_DATA/hmp_model/results/model/nemf.pth
|
|
/third_party/Dyn-HaMR/dyn-hamr/optim/BMC/joint_angles.npy
|
|
/third_party/FoundationPose/weights/2024-01-11-20-02-45/model_best.pth
|
|
/third_party/FoundationPose/weights/2023-10-28-18-33-37/model_best.pth
|