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

Wrong dimensions for Avg-Pool layer #11

Open
tobiascz opened this issue Jul 19, 2019 · 2 comments
Open

Wrong dimensions for Avg-Pool layer #11

tobiascz opened this issue Jul 19, 2019 · 2 comments

Comments

@tobiascz
Copy link

I think there is a small mistake in the model of the i3d.

self.layers[end_point] = nn.AvgPool3d(kernel_size=[8, 7, 7], stride=(1, 1, 1))

In the paper QuVadis Action Recognition this is actuall 2,7,7 not 8,7,7.

@pranavgundewar
Copy link

Yes. I believe it is a typo and it should be [2,7,7].

@gui-miotto
Copy link

The version in this repo here has it corrected:
https://github.com/piergiaj/pytorch-i3d

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