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

PyTorch implementation of a collections of scalable Video Transformer Benchmarks.

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

Hello, thanks for your great work. I have successfully trained the Vivit. However, only several checkpoints are available. In another [issue](https://github.com/mx-mark/VideoTransformer-pytorch/issues/19#issuecomment-1133498281), you have mentioned that the pre-trained models are from...

Sorry to bother you again. How to correctly place the prepared kinetics400 dataset when pretrain according to usage (vivit). errors are reported as follows: 115 M Trainable params 0 Non-trainable...

How do you visualize hog feature? The output is a histogram, right? Thanks!

Hello, thank you very much for your outstanding work. I was new to computer vision, and I didn't see how the images were loaded into the model. Could you tell...

What is the structure of model ViViT-b you published? I can't read it with the default parameters

Hello, thank you very much for sharing this wonderful project! I have now trained my own model and generated a **.pth** file using this code. How can I use this...

i try search some model online but no one can real-use

As the title says, I would like to create a function that prepares a folder of videos for use with the ViViT transformer, but am having trouble with where to...