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

How to run test.py #2

Open
ykwang1207 opened this issue Apr 12, 2022 · 4 comments
Open

How to run test.py #2

ykwang1207 opened this issue Apr 12, 2022 · 4 comments

Comments

@ykwang1207
Copy link

Hi. I've downloaded all three given datasets for training and testing. The training process was successful. However when I tried the testing process as you mentioned in "readme.md", errors occured to warn me a necessity of directory "testB". Could you please guide me if there was something wrong with my operation or understanding?

@cabooster
Copy link
Owner

I think you just need to create a folder named testB and put it together with trainA, trainB and testA. testB is the folder to store transformed images from testA

@ykwang1207
Copy link
Author

@cabooster Thanks. I've tried to create folder testB, however another error occured when executing "index_B = index % self.B_size" in program "unaligned_dataset.py", indicating "ZeroDivisionError: integer division or modulo by zero". What shall I do then?

@runn2020
Copy link

runn2020 commented Jun 2, 2023

Yes, I also encountered the same problem. I created folder testB, error occured when executing "index_B = index % self.B_size" in program "unaligned_dataset.py", indicating "ZeroDivisionError: integer division or modulo by zero".

@runn2020
Copy link

runn2020 commented Jun 2, 2023

@cabooster Thanks. I've tried to create folder testB, however another error occured when executing "index_B = index % self.B_size" in program "unaligned_dataset.py", indicating "ZeroDivisionError: integer division or modulo by zero". What shall I do then?
Have you solved it yet? Can you help me

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

3 participants