crack_segmentation
crack_segmentation copied to clipboard
Patchwise inference in unet_inference.py
Hi @khanhha , thanks for the repo and the pretrained model. I note in inference_unet.py that you perform once inference on the entire image and then on patches of images and then merge the patches to form the final picture.
N typically the patch-based inference performs better. Is there any reason you took the patch-based approach?
Hi, this patch-based is just an experiment, not the approach that produces my published result.
Interesting since it gives some good results. Is your paper published?