s3d.pytorch
s3d.pytorch copied to clipboard
Spatiotemporal-separable 3D convolution network.
Thanks for sharing the project,I have one problem, in the paper, gating operation follws the each [k,1,1] temporal convolutions, but in the code from **S3DG_Pytorch.py**, I can't find the gating...
Sorry, can anyone give some examples about data lists and data structures, thanks!
Thank you for sharing your code, it is really helpful for us. But here is a little bit difficulty downloading your pretrained weights on BaiduYun. Instructions are mostly written in...
Hi, I am not able to access Baidu to download the pretrained models. Can I please request you to email the pretrained models since the model size is not big...
Hi, thanks for your job to reproduce S3D model. I have some questions both of the model. The original paper has no mentioned about the details of initializing the model's...
Hi @qijiezhao , thank you for sharing your implementation. I am wondering if your pre-trained RGB_imagenet.pkl is just converted from deepmind's tf model weights or not. According to I3D's repository,...
I've tried to follow your implementation of S3D and the only problem I had when testing it on UCF101 is that the scores for each training example in a minibatch...