Adventures In TensorFlow Lite Versions Save

This repository contains notebooks that show the usage of TensorFlow Lite for quantizing deep neural networks.

v0.14.0

3 years ago

Includes lightweight MobileNetV2 backend-based and heavyweight InceptionV2 backend-based segmentation models.

v0.13.0

3 years ago

v0.12.0

3 years ago

Quantized using the COCO-text dataset.

v0.11.0

3 years ago

100 images randomly sampled from the COCO-text dataset for integer quantizing the EAST model.

v0.10.0

3 years ago

Contains TFLite models generated from the MobileDet checkpoints.

v0.9.0

3 years ago

The tar file contains 100 images from the train2014 split of the COCO dataset. It's useful to generate a representative dataset required for integer quantization in TFLite.

v0.8.0

3 years ago

Thanks to @khanhlvg for helping out with the metadata.

v0.7.0

3 years ago

This release contains TFLite models in different quantization variants for the CartoonGAN model. All the models have been populated with metadata. Thanks to @margaretmz for helping out regarding that.

v0.6.0

3 years ago

Contains TF Lite variants of the EAST model proposed in An Efficient and Accurate Scene Text Detector. The original model (frozen_east_text_detection.pb) file was provided in this blog post OpenCV Text Detection (EAST text detector).

v0.5.0

3 years ago

This release contains TF Lite models that are based on an InceptionV3 backbone producing higher quality images. The higher quality comes at the expense of increased latency, though. These models also support dynamic shapes as input. A brief overview of the structure of the models is available here.

The checkpoints were obtained using the code that comes from Magenta's arbitrary image stylization work.

Note: These TF Lite models are populated with required metadata that would make it super easy to import them in Android Studio. Know more about metadata generation for TF Lite models from here.