Open dotsonliu opened 3 years ago
when there has hundreds of frames ,How to deal with it?
Thank you for your question. The problem of how to efficiently process videos is interesting, but not the focus of this repo. We are happy to discuss this potential application with you, but maybe at some other venue. I would suggest you to check related literature first. My previous response was mainly to convey the idea that ViT can be used for processing images in general.
Directly using VIT to process video may result in bad results.
Thanks for your question. We haven't applied the model to video classification. However, you could use the ViT as a base model to encode each frame of your video.