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

Differences #19

Open
hikmetli opened this issue Aug 10, 2023 · 0 comments
Open

Differences #19

hikmetli opened this issue Aug 10, 2023 · 0 comments

Comments

@hikmetli
Copy link

hikmetli commented Aug 10, 2023

Hi I want to tell you 2 thing to update.
1- You need to update your readme.md file. Your datasets are invalid now. So you need to change or add a new orientation like:

  • Change the value of argument "baseroot" in file "./test.sh" to the path of testing data. Be carefull when yo loading your own images. The image loader looks at baseroot/small/rain and baseroot/small/unrain. Corresponding images under this files need to be have same name!

This is for 3'rd point of testing.

2- You need to add these to the for loop at 87. line, validation.py because of the difference of datatype of height_origin and width_origin;

        height_origin = int(height_origin.item())
        width_origin = int(width_origin.item())
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