MoViNet-pytorch icon indicating copy to clipboard operation
MoViNet-pytorch copied to clipboard

MoViNets PyTorch implementation: Mobile Video Networks for Efficient Video Recognition;

Results 18 MoViNet-pytorch issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run the movinet_tutorial.py,while I met an error: list index out of range. Could you give any clues about this? ![image](https://user-images.githubusercontent.com/38481402/183032327-fed3705f-177a-4261-9a1c-85b2ee749958.png)

Hi, thanks for this repo. it's amazing. I am interested in analyzing the stream buffer but couldn't find it. Can someone ponit me in the right direction? Thanks

Hi, trying to solve a binary classification problem with these movinets and was wondering how I would go about creating a MoVinet with some augmentation with the aim of reducing...

I trained your HMDB51 notebook in 10 epochs but the validation loss did not decrease? Why did it happened?

Hello, thanks for the PyTorch implementation! I noticed that the pre-trained models have very low accuracy (0.36%) on the validation set. Have the weights changed? I'm just trying the colab...

Just a little mistyping

Thanks for your Pytorch implementation for MoViNet. Could you please provide a model trained on Kinetics 400 as Table 9 in [1]. It is quite important for our future works....

Hi @Atze00 , Many thanks to you for implementing movinets pytorch version , I had benefited greatly for my project . In order to take my project to next level...

It is not possible to convert the model to TorchScript using the function `torch.jit.script`. In particular, the code returns an error because of the usage of `...` in the line:...