Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MViTv2 on UCF101 and HMDB51 #14

Closed
lovelyczli opened this issue Jul 22, 2022 · 1 comment
Closed

MViTv2 on UCF101 and HMDB51 #14

lovelyczli opened this issue Jul 22, 2022 · 1 comment

Comments

@lovelyczli
Copy link

Thanks for your outstanding work! Both Mvit (with pooling) and Swin (with window) reduce Network complexity, giving me hope to implement it with my machine. Even if I prefer Mvit with its simpleness, I meet great difficulty with limited GPUs. So could you pls assist in :

  1. efficient speedup strategy. (MViTv2_S is still enormous for me, and I mean some efficient video strategy. if have)
  2. config and models on UCF101 and HMDB51. (Perhaps transformer and new architecture donnot work on these tiny datasets, but these are my last hope. BTW, both fine-tune and scratch are crucial for me
    I just wanna cry for low accuracy on UCF, but it's much better for the long wait for several months on k400
  3. UCF and HMDB dataloader. (I define the ucf.py and hmdb.py by employing almost the same code in kinetics.py, and more advanced implementation of dataloader is also essential.

There seem to be many issues, and addressing them maybe needs many resources. However, if you have any ideas about any of them, pls contact me at 1009440681@qq.com. Looking forward to your reply. LOL @lyttonhao @haooooooqi

@lyttonhao
Copy link
Contributor

Hi,

  1. We have the smaller model MViTv2_T in the model zoo. You could also explore different network designs (e.g. reducing network depth/width and increase pooling size)
  2. We don't run experiments for UCF101 and HMDB51 datasets, so we don't have the dataloaders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants