Data preparation understanding
Opened this issue · 2 comments
TanmDL commented
Thank you sharing the code.
Could you please give me an insight of "MirrowCut function" in HyperFunctions.py file?
YonghaoXu commented
@TanmDL Thank you for your interest in our work. As described in the paper, the input of the MSCNN is a w by w
neighbor region of each pixel in the image. For those pixels distributing on the edge of the image, we fill the vacant pixels of the neighbor by mirroring the image. This procedure is implemented by the MirrowCut
function.
TanmDL commented
Thank you. Now I got the idea. :)