tomrunia / PyTorchConv3D

I3D and 3D-ResNets in PyTorch
Apache License 2.0
189 stars 27 forks source link

Wrong dimensions for Avg-Pool layer #11

Open tobiascz opened 5 years ago

tobiascz commented 5 years ago

I think there is a small mistake in the model of the i3d. https://github.com/tomrunia/PyTorchConv3D/blob/e6cc440e5613d6c826288402c66681a5e6ea5fa0/models/i3d.py#L303 In the paper QuVadis Action Recognition this is actuall 2,7,7 not 8,7,7.

pranavgundewar commented 5 years ago

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

gui-miotto commented 3 years ago

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