Views
No views yet
rlogh/climbing-holds-rig).rlogh/climbing-holds-rig-with-taxonomy
(produced on the other machine).| File | Size | Purpose |
|---|---|---|
best.pt | 415 MB | EMA weights + optimizer + config dict (best training loss) |
norm_stats.json | 2 KB | Min-max normalization stats — required by evaluate.py |
training_status.md | <1 KB | Final loss + recent-epoch table |
train.log | ~170 KB | Full epoch-by-epoch loss + LR log |
--no-grasp-conditioning flag: ON (ablation)1mkdir -p checkpoints/pc_no_taxonomy_rig
2hf download rlogh/climbing-holds-rig-no-taxonomy \
3 --local-dir checkpoints/pc_no_taxonomy_rig
4
5python3 data_collection/evaluate.py \
6 --checkpoint checkpoints/pc_no_taxonomy_rig/best.pt \
7 --pull-dist 0.05 --pull-angle 180 \
8 --hold 0 --grasp-type jugevaluate.py autodetects the encoder type from the embedded config dict.
The --grasp-type flag is accepted but ignored at the model level because
grasp conditioning is disabled in this checkpoint.