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 can I train the model using my own data? #13

Open
cchen156 opened this issue Jun 5, 2018 · 3 comments
Open

How can I train the model using my own data? #13

cchen156 opened this issue Jun 5, 2018 · 3 comments
Assignees

Comments

@cchen156
Copy link

cchen156 commented Jun 5, 2018

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!

@yuanming-hu
Copy link
Owner

Hi,

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...

Best,
Yuanming

@cchen156
Copy link
Author

Hi Yuanming,

Thank you for your update! For dataset, you are free to use our data: https://github.com/cchen156/Learning-to-See-in-the-Dark

Thank you!

@yuanming-hu
Copy link
Owner

Thanks! They are interesting data and I will have a try when possible.

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

2 participants