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

Paper understanding #17

Closed
saharshleo opened this issue Jan 19, 2022 · 1 comment
Closed

Paper understanding #17

saharshleo opened this issue Jan 19, 2022 · 1 comment

Comments

@saharshleo
Copy link

Hello,
What is the exact dimensions of input to deformable transformer encoder?
From what I understood:

  • Input video is sampled for T frames
  • Extract frame features using TSN/C3D {xt}t=1T
  • Then L convolutional layers for each frame feature giving {fl}l=1L

So the input is of TxL temporal dimension right?

@ttengwang
Copy link
Owner

ttengwang commented Jan 19, 2022

Hi, the $L$ convolutional layers all have a stride K=2, so resultant temporal dimension is $T + T/K + ... + T/K^{L}$

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