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

cropped the training images to 256*256, i met some errors #635

Open
wzr0108 opened this issue Dec 28, 2022 · 2 comments
Open

cropped the training images to 256*256, i met some errors #635

wzr0108 opened this issue Dec 28, 2022 · 2 comments

Comments

@wzr0108
Copy link

wzr0108 commented Dec 28, 2022

I cropped the training images so that the length and width are both 256, and the original image will become 4 small images, but the result of this training is completely wrong. I took the valid set to train again, and performed well on the test set, which proves that my training code is correct. The strangest thing is that I took the upper left corner of the training set picture for training, and the test result was good, but I took the upper right corner for training, but the result was very poor

@wzr0108
Copy link
Author

wzr0108 commented Dec 28, 2022

屏幕截图 2022-12-28 133758

@wzr0108
Copy link
Author

wzr0108 commented Dec 29, 2022

I found a solution. I set the norm_method to "std" before and changed it to "whole_image". I would like to ask what is the difference between the two.

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