-
Notifications
You must be signed in to change notification settings - Fork 7
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
issue running test example #3
Comments
I got the same problem, too. I think the pre-trained model which link to google drive is multi classes model So, the following command would not give you error when I run it with multi classes command, there are not error but the result doesn't appear in test_output folder I hope @liuq99 give us some help ! |
Ran into the empty output folder problem too … I found that to run the multiclass model provided you have to provide it with the same directory structure as for training:
Make sure that there is one directory for each class [ |
Could anyone run the test code following the instructions in the readme file successfully? |
Same with me |
Did you get the output by this method? |
Hello, may I ask you to reproduce successfully now, how to deploy the data set? |
yup you have to make a folder before the test directory , names as class for ex it executes without any issue and produces output if the test folder is inside a folder named class14 |
In which folder should GT be placed? |
HI @liuq99 Thank you for sharing your project.
I'm trying to run the test code following the instructions in the readme file
python -m edgegan.test --name=edgegan --dataroot=/home/PycharmProjects/EdgeGAN/data --dataset=bike --nomulticlasses --gpu=0
but I'm getting the following errors.
I'm guessing that it might be related to the data structure. Currently, this is how it is
Thank you and I look forward to your response.
The text was updated successfully, but these errors were encountered: