tf-image-segmentation icon indicating copy to clipboard operation
tf-image-segmentation copied to clipboard

cityscapes multi patch fusion

Open dongzhuoyao opened this issue 8 years ago • 0 comments

hi,when we use cityscapes ,the input image size of the network can not be too high,such as 400*400,however, the image size of cityscapes is 1024*2048.

so we could crop the image into many patches overlapeddly.and do inference seperately,finally do a fusion .so get the final predict result.

could you realize a interface of the process of multi-patch fusion?

dongzhuoyao avatar Apr 05 '17 00:04 dongzhuoyao