White-box-Cartoonization
White-box-Cartoonization copied to clipboard
A tutorial using this model to create a mobile application
Hi @SystemErrorWang.
Thanks for this work, truly amazing!
@margaretmz and I have been working on an end to end tutorial covering the following:
- Converting the original model to TFLite (for easy deployment to Android)
- Benchmarking the TFLite models for practical purposes
- Creating an Android application with the TFLite models using the latest Android features
We just wanted to give you a heads-up and also wanted to let you know that the TFLite models that we converted are available on TensorFlow Hub: https://tfhub.dev/sayakpaul/lite-model/cartoongan/dr/1.
Here's the GitHub repository we are going to accompany the tutorial: https://github.com/margaretmz/CartoonGAN-e2e-tflite-tutorial. We (obviously) cite your work in all three places:
- Tutorial
- GitHub repository
- TensorFlow Hub model page
@sayakpaul Thank you for your tutorial!
@SystemErrorWang it's a collaborative effort between @margaretmz and myself. Margaret has put a lot of effort into deploying the model into an Android Application. She also helped with the TFLite model conversion.
@SystemErrorWang fyi we just published our tutorial on the official TF blog: https://blog.tensorflow.org/2020/09/how-to-create-cartoonizer-with-tf-lite.html. I have created a PR to add a link to our Cartoonizer project in your README.md. Thanks for considering the PR and thanks again to you and the authors for the model!