-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
refusing some images, but some not. #40
Comments
Ok so Update. EDIT: EDIT2: |
AnimeGANv2/tools/data_loader.py Line 19 in e8d48c4
You can see through this code that it supports jpg and jpeg. I don't know how your data is placed. If it is convenient, I can remotely control and check your code and data through teamViewer, and send me the teamViewer account and password via email. |
We can do that sure. |
I think it is very likely that the ImageGenerator class did not read the path of your image, or the path is set incorrectly somewhere. |
Why does it work with some of them and when i add more it doesnt? Thats whats confusing me the most |
That's so sad. I don't know your specific situation. |
I can try and Zip one where it works and then add stuff until it not works and make a seperate folder. |
It seems i found something. |
any update? |
any idea? |
@PrincessAkira @TachibanaYoshino I found something interesting about this and run the training process successful.For the training process, you need prepare three part dataset: style, smooth and real ,the error shows checkout point error, but indeed the actually error is real data not load. |
I can try that later today! |
Everytime i try to use Step 4 e.g
python train.py --dataset lilly --epoch 101 --init_epoch 10
i get to the point of generating them etc but it always fails on the checkpoint.
I could not find how to generate one.
heres my log: https://www.toptal.com/developers/hastebin/raw/udidakecec
I would like to add there is nothing saved in the folder i specified nor anywhere else like you said in #36 on the last comment.
The text was updated successfully, but these errors were encountered: