Views
No views yet
rlogh/climbing-holds-rig).rlogh/climbing-holds-rig-no-taxonomy.| File | Size | Purpose |
|---|---|---|
best.pt | 415 MB | EMA weights + optimizer + config dict (best training loss, epoch 2939) |
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: OFF (taxonomy conditioning ENABLED)1mkdir -p checkpoints/pc_with_taxonomy_rig
2hf download rlogh/climbing-holds-rig-with-taxonomy \
3 --local-dir checkpoints/pc_with_taxonomy_rig
4
5python3 data_collection/evaluate.py \
6 --checkpoint checkpoints/pc_with_taxonomy_rig/best.pt \
7 --pull-dist 0.130 \
8 --hold 1 --grasp-type crimpevaluate.py autodetects the encoder type and conditioning state from the
embedded config dict. --grasp-type is required and is fed into the model's
grasp-type embedding branch.| Grasp | WITH median | WITHOUT median | Δ | Wilcoxon p | Cohen's d |
|---|---|---|---|---|---|
| Crimp | 15.7 N | 9.2 N | +6.5 N | 0.0007 | 1.05 *** |
| Jug | 15.7 N | 14.4 N | +1.3 N | 0.0278 | 0.55 * |
| Sloper | 7.9 N | 5.2 N | +2.6 N | 0.0012 | 1.08 ** |
| Pinch | 15.7 N | 9.2 N | +6.5 N | <0.001 | 1.82 *** |
| Overall | 13.1 N | 7.9 N | +5.2 N | <0.001 | 0.95 *** |