You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I have two datasets of PNG images. How can I use the code to train the model, which will transfer the style of one dataset to the other one (unpaired)?
Thank you!
The text was updated successfully, but these errors were encountered:
Sorry for the long delay. I get absorbed into several other projects.
Please do a "git pull" and "git submodule update".
You can train using images in folders using the new FolderDataProvider.
Take a look at the end of config_sintel.py as an example.
To train using the Sintel dataset, do "python3 train.py sintel test"
Hope it's still helpful. Btw, I could not come up a good example without copyright issue to demonstrate this usage. If you know any dataset that I can use as a demo (without copyright issues) for such user provided inputs, please let me know...
I think professional photos can be good inputs but the copyright issues are making me crazy...
For example, I have two datasets of PNG images. How can I use the code to train the model, which will transfer the style of one dataset to the other one (unpaired)?
Thank you!
The text was updated successfully, but these errors were encountered: