exposure icon indicating copy to clipboard operation
exposure copied to clipboard

How can I train the model using my own data?

Open cchen156 opened this issue 6 years ago • 3 comments

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!

cchen156 avatar Jun 05 '18 23:06 cchen156

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

yuanming-hu avatar Jul 20 '18 02:07 yuanming-hu

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!

cchen156 avatar Jul 20 '18 02:07 cchen156

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

yuanming-hu avatar Jul 20 '18 02:07 yuanming-hu