XingruiWang / CycleGAN-View-TFLite

Inference of a train CycleGAN model applied to a live viewfinder. Using TFLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CycleGAN View Tensorflow-Lite for Android

Android App for inference on a trained CycleGAN model using the TFLite format

The TFLite format is a new format opimised for mobile inference. This format allows for acceleration via the Android Neural Networks API available on all devices running Android 8.1 (API level 27) or higher.

This repository is based on the codelab for Artistic Style Transfer in Android using TensorFlow. It is based on code forked from the TensorFlow repository.

Analytics

About

Inference of a train CycleGAN model applied to a live viewfinder. Using TFLite

License:Apache License 2.0


Languages

Language:C++ 83.2%Language:Java 15.6%Language:C 1.1%