Open taoxinlily opened 5 years ago
Sorry for the late reply. Please find the instantiation of gc block here. As for the whole network, it's simply ResNet structure with gc block after each residual block.
Thanks for your reply. The gc block is so hidden that I could not find it without your help
HELLO,I only find 2D GCNet, but I can't find 3D GCNet,
HELLO,I only find 2D GCNet, but I can't find 3D GCNet,
Only 2D GC block is provided in this repo. 3D GCNet could be easily extended from 2D version. Just change 2D conv to 3D conv, 2D tensor to 3D tensor, etc.
Can i understand the ContextBlock2d is GC block? This repo makes me confused. I'm going to ask my mother how to read it! (just kidding!)
me too,I can't understand the layout of this project,also don't know where GCNet is