fyu / drn

Dilated Residual Networks
https://www.vis.xyz/pub/drn
BSD 3-Clause "New" or "Revised" License
1.1k stars 219 forks source link

Can I ask why we use 'reflection' mode for padding in image. #27

Closed visionxyz closed 6 years ago

visionxyz commented 6 years ago

Can I know the reason? If we use 'reflect mode', for original part, we predict label, but the reflected part, we should predict 255, am I right? I can't understand it. Thank you! Dr. Yu.