White-box-Cartoonization icon indicating copy to clipboard operation
White-box-Cartoonization copied to clipboard

A tutorial using this model to create a mobile application

Open sayakpaul opened this issue 5 years ago • 3 comments

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 avatar Aug 18 '20 04:08 sayakpaul

@sayakpaul Thank you for your tutorial!

SystemErrorWang avatar Aug 24 '20 05:08 SystemErrorWang

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

sayakpaul avatar Aug 24 '20 06:08 sayakpaul

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

margaretmz avatar Sep 09 '20 17:09 margaretmz