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

Changing --imSize seems to break eval.py functionality #18

Open
S4WRXTTCS opened this issue Apr 24, 2019 · 0 comments
Open

Changing --imSize seems to break eval.py functionality #18

S4WRXTTCS opened this issue Apr 24, 2019 · 0 comments

Comments

@S4WRXTTCS
Copy link

With the default value of 256 for --imSize, the eval.py produces 768x256 images that comprises of the validation img image, the validation gt image, and the output from the uNet Model. The images look as expected. It's a really nice output as one can compare results.

But, when I change that value to 512 the image that it outputs is incorrect. It has the correct 1536x512 image size, but the validation img part is 256x512, and the validation gt part is also 256x512.

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

1 participant