Open ZhangLin-PKU opened 5 years ago
The non_local
block itself supports all types of convolutions, however you would need to write the 3d ResNet variant to actually use it.
Hello, @titu1994 ,for non-local-resnet in 3D version, should I replace the previous 2D version with 3D blocks like Conv and Pooling? Thanks & regards!
Yup that's should be sufficient.
@titu1994 Thank you for your code! I want to use the non-local resnet model for video classification, as in the paper. The author emphasizes that the convolution operation should be 3-d convolution, but I can't see it in your nonlocal_resnet.py file. So I think this model doesn't fit video classification task, am I right?