GCNet
GCNet copied to clipboard
some of the problems
in the mmdet/ops/gcb/ContextBlock
line 28
self.planes = int(inplanes * ratio)
this * Should change it to // ?
I have that question too.
I have that question too.
Same question. I think this should be '//' too as the papers says.