[Feature] TFLite (Pretrained Models)
See original GitHub issueDescription
As the repository provides, Tensorflow v1.15.2 Checkpoints
which can be converted to SavedModel
for all the pretrained models.
This issue is to request support for TFLite
and support for TensorFlow v2.1
.
Additional information
- Current version of trained model (i.e.
SavedModel
) can not be converted toTFLite
due to issues. This feature support is also indented to fix that issue and possibly retrain the model withTF v2.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:23
Top Results From Across the Web
Models | TensorFlow Lite
Start developing machine learning features with already trained models. Modify existing TensorFlow Lite models using tools such as Model Maker.
Read more >margaretmz/awesome-tensorflow-lite - GitHub
An awesome list of TensorFlow Lite models, samples, tutorials, tools and learning ... a model to .tflite and deploy it; or you can...
Read more >Deploying Pretrained TF Object Detection Models on Android
Integrating the TFLite model in Android · 1. Adding Dependencies For CameraX, Coroutines and TF Lite · 2. Initializing CameraX and ImageAnalysis.
Read more >TensorFlow Lite Image Classification Models with Model Maker
The Model Maker library makes the process of developing TF Lite models quick and easy. It also allows you to adopt different architectures...
Read more >MediaPipe Models and Model Cards - Google
Face Detection · Short-range model (best for faces within 2 meters from the camera): TFLite model, TFLite model quantized for EdgeTPU/Coral, · Full-range...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @jinay1991
Point taken, we’ll investigate porting the model to TF2 compat in the coming weeks.
Hi everyone, I have already converted the models into c++ implementation with android jni project, which doesn’t depend on any deep learning framework. Those models are really great and pretty cool. I am arranging to make a real-time mobile app. Thank you for your great work. Regards.