Views
No views yet
| File | Description |
|---|---|
best_acc.ckpt | PyTorch-Lightning checkpoint (~1 GB), best val/acc |
config.yaml | exact training config for this run |
MODEL_CARD.md | this card |
MCG-NJU/videomae-base-finetuned-kinetics (~86 M params), loaded
via transformers.VideoMAEForVideoClassification. The K400 400-way head is
replaced with a 2-way (Morph A / Morph B) head; the backbone is fine-tuned.val/acc.| Metric | Value |
|---|---|
| Val accuracy | ~99.6% |
| Val F1 | ~99.5% |
1huggingface-cli download QingCheng24/seamless_morph --local-dir weights
2
3python train_videomae.py --test --ckpt_path weights/best_acc.ckpt