jerryli27 / TwinGAN

Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs
Apache License 2.0
719 stars 99 forks source link

Implement in a chat bot #27

Closed zhenwei2972 closed 5 years ago

zhenwei2972 commented 5 years ago

Hello! I found the project to be really interesting, do you mind if I implement it in a chat bot to expose it to more people? Not sure if this is the right place to write it

jerryli27 commented 5 years ago

Hi there! Thanks for your interest in my project! You're more than welcome to migrate/implement this in your chat bot. The license for this project is Apache 2.0.

You may found that the model is not production-ready though. It does not work as well on webcam images and depends largely on the lighting condition. You'll likely need to augment the training data a bit before it is usable.