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

How to deal with Long time video data which has1000 frames #3

Open
dotsonliu opened this issue Feb 24, 2021 · 2 comments
Open

How to deal with Long time video data which has1000 frames #3

dotsonliu opened this issue Feb 24, 2021 · 2 comments

Comments

@dotsonliu
Copy link

How to deal with Long time video data which has1000 frames,img size is 224224,patch size is 1616,then there has 196000 patchs,how to deal with it? put it into transformer once???

@tcapelle
Copy link

No, you ahve to skip frames or use less. The paper deals with this issue skipping frames. (one every 15)

@dfan
Copy link

dfan commented Mar 27, 2021

Could also try substituting in a sparse / linear self-attention mechanism

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

3 participants