xvjiarui / GCNet

GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Apache License 2.0
1.19k stars 165 forks source link

Where is GCNet in your GCNet-master? I want to know implementation of GCNet structure.Thank you ! #25

Open taoxinlily opened 5 years ago

wjourney commented 5 years ago

me too,I can't understand the layout of this project,also don't know where GCNet is

xvjiarui commented 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.

wjourney commented 5 years ago

Thanks for your reply. The gc block is so hidden that I could not find it without your help

weibienao commented 4 years ago

HELLO,I only find 2D GCNet, but I can't find 3D GCNet,

xvjiarui commented 4 years ago

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.

gaohuiluo commented 4 years ago

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!)