SystemErrorWang / White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”
3.96k stars 737 forks source link

A tutorial using this model to create a mobile application #41

Open sayakpaul opened 4 years ago

sayakpaul commented 4 years ago

Hi @SystemErrorWang.

Thanks for this work, truly amazing!

@margaretmz and I have been working on an end to end tutorial covering the following:

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:

SystemErrorWang commented 4 years ago

@sayakpaul Thank you for your tutorial!

sayakpaul commented 4 years ago

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

margaretmz commented 4 years ago

@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!