-
Notifications
You must be signed in to change notification settings - Fork 31
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
Training new models outputs unacceptable results #1
Comments
yep this is roughly what i was getting. it should be expected that the quality is much less than the original style transfer unfortunately because it uses a fast method instead of the optimization based approach favored by the original paper. i didn't change the training code at all, although i trained it for up to 10 iterations instead of just 2 as the repo suggested. it looks mostly the same, but i found the extra training time helped to reduce the weird artifacts (not the ones around the border though, those i suspect are due to windowing size issues). another thing i found nice is to reduce the size of the input image -- this makes it faster and to my eyes it looks better, at least for the cubist model. a lot of styles end up not looking very good. cubism works well because of the obvious features (hard edges and corners). i tried hokusai also but it was junk. not much we can do about it at the moment. |
Thank you for the input @genekogan. I will try couple of different input images. Can you share your cubism image with us? I'm curious about the size. Also did you resized the train data also? In the paper it is mentioned that was resized to 320px. I've tried that one too without any improvements. |
Hi @genekogan , Also I'm thinking on contributing back with other models that I'm training. Let me know if you consider this valuable. |
@genekogan I started a repository where I want to collect models. Sneaky as I am, I included your models directly in the repository and put a reference to your page. If you want I remove the models and just point to your repo. |
@gafr this is great! i've put a reference in my doc. thanks for collecting these. are you planning to retrain them for the updated repo? |
I'm trying to generate a new model for more than a week, and I'm getting weird unacceptable results.


See for yourself:
or like:
I see that you also get this border around the generated image, but somehow you mange to pull a decent looking solution. Can you share if you changed anything in the code to get your cubist.model?
Thank you
The text was updated successfully, but these errors were encountered: