Skip to content

Commit

Permalink
[fix] Fix broken links (#68)
Browse files Browse the repository at this point in the history
* Update MODEL_ZOO.md

* Update README.md
  • Loading branch information
yinanhe authored Oct 8, 2024
1 parent 61ec931 commit edeec6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
> Nanjing University, Shanghai AI Lab, CAS<br>
## News
**[2024.09.19]** Checkpoints have been migrated to Hugging Face. You can obtain weights from [VideoMAEv2-hf](https://huggingface.co/OpenGVLab/VideoMAE2/tree/main).<br>
**[2023.05.29]** VideoMAE V2-g features for THUMOS14 and FineAction datasets are available at [TAD.md](docs/TAD.md) now.<br>
**[2023.05.11]** We have supported testing of our distilled models at MMAction2 (dev version)! See [PR#2460](https://github.com/open-mmlab/mmaction2/pull/2460).<br>
**[2023.05.11]** The feature extraction script for TAD datasets has been released! See instructions at [TAD.md](docs/TAD.md).<br>
Expand Down
4 changes: 2 additions & 2 deletions docs/MODEL_ZOO.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ The weights of the distilled models can be downloaded directly at [Distillation]
## Distillation
| Model | Dataset | Teacher Model | \#Frame | K710 Top-1 | K400 Top-1 | K600 Top-1 | Checkpoint |
| :-----: | :-----: | :-----------: | :-----: | :--------: | :--------: | :--------: | :-------- |
| ViT-small | K710 | vit_g_hybrid_pt_1200e_k710_ft | 16x5x3 | 77.6 | 83.7 | 83.1 | [vit_s_k710_dl_from_giant.pth](https://huggingface.co/OpenGVLab/VideoMAE2/blob/main/distill/vit_s_k710_dl_from_giant.pth) |
| ViT-small | K710 | vit_g_hybrid_pt_1200e_k710_ft | 16x5x3 | 77.6 | 83.7 | 83.1 | [vit_s_k710_dl_from_giant.pth](https://huggingface.co/OpenGVLab/VideoMAE2/resolve/main/distill/vit_s_k710_dl_from_giant.pth) |
| | | fine-tuning accuracy | 16x7x3 | -- | 84.0 | 84.6 | -- | |
| ViT-base | K710 | vit_g_hybrid_pt_1200e_k710_ft | 16x5x3 | 81.5 | 86.6 | 85.9 | [vit_b_k710_dl_from_giant.pth](https://huggingface.co/OpenGVLab/VideoMAE2/blob/main/distill/vit_b_k710_dl_from_giant.pth) |
| ViT-base | K710 | vit_g_hybrid_pt_1200e_k710_ft | 16x5x3 | 81.5 | 86.6 | 85.9 | [vit_b_k710_dl_from_giant.pth](https://huggingface.co/OpenGVLab/VideoMAE2/resolve/main/distill/vit_b_k710_dl_from_giant.pth) |
| | | fine-tuning accuracy | 16x7x3 | -- | 87.1 | 87.4 | |

- We initialize the parameters of the student model with the model obtained after the post-pre-train stage.
Expand Down

0 comments on commit edeec6d

Please sign in to comment.