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

Scaling images from the results of UNet #13

Open
whusym opened this issue Mar 6, 2018 · 1 comment
Open

Scaling images from the results of UNet #13

whusym opened this issue Mar 6, 2018 · 1 comment
Assignees

Comments

@whusym
Copy link
Contributor

whusym commented Mar 6, 2018

Output the UNet images are (420, 420). ---depending on different params though

@ankitajoshi15
Copy link
Contributor

Tried padding the input image. This changes the output image to (512,512).
Also, keras provides a way to give patches in the input tensor. tf_unet does not provide this functionality.
We tried both padding and rescaling.

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