nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
916 stars 200 forks source link

too many 'interpolate' #59

Open xhwNobody opened 4 years ago

xhwNobody commented 4 years ago

I found that a lot of interpolation is used in in gscnn.py ,even for the same size. For example,interpolation is used after gate and res. What is its role? Please tell the purpose of this, thank you!