r1c7 / SlowFastNetworks

PyTorch implementation of "SlowFast Networks for Video Recognition".
338 stars 80 forks source link

Quetion about the inplane #25

Open Tylerjoe opened 3 years ago

Tylerjoe commented 3 years ago

Thanks for sharing the code of your implementation, but i have a question about follow line, why should we do this operation in slow path?

https://github.com/r1ch88/SlowFastNetworks/blob/251a97a37a6b6ffb4ae15b1225689c16bef75687/lib/slowfastnet.py#L179

Thanks for your reply!

sincerly!

zkyunqi commented 3 years ago

I think it is in the article image

TimandXiyu commented 2 years ago

You need to add dimensions for lateral connections from fastpath.

If you only want slowonly, you can just delete the content after "+".