chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.44k stars 229 forks source link

How to visualize the learned position offset? #49

Open ggsDing opened 4 years ago

ggsDing commented 4 years ago

Is there anyway to visualize the learned position offset? The module seems to be functioning but I want to visually check.

ggsDing commented 4 years ago

The output offset values are very small (like 0.01, -0.0003). What exactly do these values mean? Are these pixel-level values?

jiabeiwangTJU commented 3 years ago

Hello, did you solve that Visualization?