amazon-science / long-short-term-transformer

[NeurIPS 2021 Spotlight] Official implementation of Long Short-Term Transformer for Online Action Detection
Apache License 2.0
125 stars 19 forks source link

Link for BN-Inception #19

Closed jbistanbul closed 1 year ago

jbistanbul commented 1 year ago

Thank you for your great work! I am trying to extract features by myself and the link for BN-Inception is currently not working. Could you please update the link? Thank you so much!

xumingze0308 commented 1 year ago

The authors deleted the one that I used for whatever reasons. But you can refer to the pre-trained weights here: https://drive.google.com/drive/folders/1R4n8vSQJ0LtB1mPhhjMHEQrKj3UDQS1U.

xumingze0308 commented 1 year ago

The PyTorch code of BN-Inceptioin can be found here: https://github.com/amazon-science/stochastic-backpropagation/blob/cvpr2022/src/lstr/models/backbones/bninception.py.

jbistanbul commented 1 year ago

Thank you so much!

z-w-wang commented 1 year ago

Why conv1_7x7_s2.weight is shape torch.Size([64, 10, 7, 7]) instead of ([64, x, 7, 7]) (x <= 3) ?