Views
No views yet
| Checkpoint | Backbone | Pretrain | Val MCA |
|---|---|---|---|
checkpoints/hdepic_videomae_v2/best.pt | VideoMAE-Base | Kinetics-400 | 45.5% |
checkpoints/hdepic_videomae_ssv2/best.pt | VideoMAE-Base | Something-Something-v2 | 44.9% |
checkpoints/hdepic_videomae_large_kinetics/best.pt | VideoMAE-Large | Kinetics-400 | ~43% |
1git clone https://github.com/cstokl3/bimanual_manip_data_processing
2cd bimanual_manip_data_processing/action_recognition
3
4pip install ultralytics mediapipe torch torchvision transformers opencv-python huggingface_hub
5
6# Download all weights
7huggingface-cli download cstokl3/hdepic-action-recognition \
8 --local-dir . --local-dir-use-symlinks False
9
10# Run ensemble pipeline on a directory of clips
11python full_pipeline.py \
12 --backbone videomae \
13 --hdepic_ensemble \
14 --clips_dir /path/to/clips \
15 --json results.json1{
2 "clip_1.mp4": {
3 "verb": "reach",
4 "hand": "right",
5 "left_object": "none",
6 "right_object": "sauce"
7 }
8}take put wash open close turn-on cut turn-off pour mix
move remove throw dry shake scoop adjust squeeze press
flip turn check scrub pull pat lift hold drop
transition reach| Clip | Ground truth | Predicted |
|---|---|---|
| clip_1 | reach | reach ✓ |
| clip_2 | lift | lift ✓ |
| clip_3 | pour | pour ✓ |
| clip_4 | put | put ✓ |
| clip_5 | shake / pour | shake ✓ |
| clip_6 | put / place | press ✗ |