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

Why do I change "VALID" to "SAME"? Why is the effect of network prediction very poor? Are there pixels not aligned? But I did not find this problem. #275

Open
yeyuxmf opened this issue Jul 2, 2019 · 1 comment

Comments

@yeyuxmf
Copy link

yeyuxmf commented Jul 2, 2019

Why do I change "VALID" to "SAME"? Why is the effect of network prediction very poor? Are there pixels not aligned? But I did not find this problem.

@yeyuxmf
Copy link
Author

yeyuxmf commented Jul 3, 2019

@jakeret
self.store_prediction()--->util2D.combine_img_prediction2D() -->to_rgb2D(data_.reshape(-1, ny, ch).
In the to_rgb2D function. This function must have a deep copy of "data", otherwise the value of "data" will be changed, and the next test will produce errors.

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