Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patchwise inference in unet_inference.py #8

Open
akshay-iyer opened this issue May 28, 2021 · 2 comments
Open

Patchwise inference in unet_inference.py #8

akshay-iyer opened this issue May 28, 2021 · 2 comments

Comments

@akshay-iyer
Copy link

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?

@khanhha
Copy link
Owner

khanhha commented May 30, 2021

Hi, this patch-based is just an experiment, not the approach that produces my published result.

@akshay-iyer
Copy link
Author

Interesting since it gives some good results. Is your paper published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants