All Projects → sayakpaul → E2E-Object-Detection-in-TFLite

sayakpaul / E2E-Object-Detection-in-TFLite

Licence: Apache-2.0 license
This repository shows how to train a custom detection model with the TFOD API, optimize it with TFLite, and perform inference with the optimized model.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to E2E-Object-Detection-in-TFLite

Tensorflowtts
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
Stars: ✭ 2,382 (+8407.14%)
Mutual labels:  tflite, tensorflow2
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+250%)
Mutual labels:  tflite, tensorflow2
LIGHT-SERNET
Light-SERNet: A lightweight fully convolutional neural network for speech emotion recognition
Stars: ✭ 20 (-28.57%)
Mutual labels:  tflite, tensorflow2
Aidlearning Framework
🔥🔥AidLearning is a powerful mobile development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports OpenCL (GPU+NPU) for high performance acceleration...Linux on Android or HarmonyOS
Stars: ✭ 4,537 (+16103.57%)
Mutual labels:  tflite
Yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+71021.43%)
Mutual labels:  tflite
TFLite-ModelMaker-EfficientDet-Colab-Hands-On
TensorFlow Lite Model Makerで物体検出を行うハンズオン用資料です(Hands-on for object detection with TensorFlow Lite Model Maker)
Stars: ✭ 15 (-46.43%)
Mutual labels:  tensorflow2
checkmate
Training neural networks in TensorFlow 2.0 with 5x less memory
Stars: ✭ 116 (+314.29%)
Mutual labels:  tensorflow2
Tensorflow-lite-kotlin-samples
📌This repo contains the kotlin implementation of TensorflowLite Example Android Apps🚀
Stars: ✭ 17 (-39.29%)
Mutual labels:  tflite
transformer
Build English-Vietnamese machine translation with ProtonX Transformer. :D
Stars: ✭ 41 (+46.43%)
Mutual labels:  tensorflow2
COVID-Net
Launched in March 2020 in response to the coronavirus disease 2019 (COVID-19) pandemic, COVID-Net is a global open source, open access initiative dedicated to accelerating advancement in machine learning to aid front-line healthcare workers and clinical institutions around the world fighting the continuing pandemic. Towards this goal, our global…
Stars: ✭ 41 (+46.43%)
Mutual labels:  tinyml
pyradox
State of the Art Neural Networks for Deep Learning
Stars: ✭ 61 (+117.86%)
Mutual labels:  tensorflow2
DataAugmentationTF
Implementation of modern data augmentation techniques in TensorFlow 2.x to be used in your training pipeline.
Stars: ✭ 35 (+25%)
Mutual labels:  tensorflow2
Tensorflow Yolov4 Tflite
YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
Stars: ✭ 1,881 (+6617.86%)
Mutual labels:  tflite
AiSpace
AiSpace: Better practices for deep learning model development and deployment For Tensorflow 2.0
Stars: ✭ 28 (+0%)
Mutual labels:  tensorflow2
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+29039.29%)
Mutual labels:  tflite
react-native-camera-tflite
Real time image classification with React Native and Tensorflow lite.
Stars: ✭ 52 (+85.71%)
Mutual labels:  tflite
TFLite-Object-Detection-with-TFLite-Model-Maker
Custom object detection with the TFLite Model Maker
Stars: ✭ 13 (-53.57%)
Mutual labels:  tflite
Grokking-Machine-Learning
This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
Stars: ✭ 54 (+92.86%)
Mutual labels:  tensorflow2
tensorflow-maml
TensorFlow 2.0 implementation of MAML.
Stars: ✭ 79 (+182.14%)
Mutual labels:  tensorflow2
CFU-Playground
Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
Stars: ✭ 361 (+1189.29%)
Mutual labels:  tflite

E2E-Object-Detection-in-TFLite

This repository shows how to train a custom detection model with the TFOD API (TF2 and TF1), optimize it with TFLite, and perform inference with the optimized model.

About the notebooks

Note

Training_a_pets_detector_model_within_minutes_with_TFOD_API.ipynb notebook uses Colab to demonstrate the training workflow but does not actually uses the Colab runtime for training. It uses Cloud TPUs.

Model usage on mobile devices

Sample applications (both Android and iOS) are available here.

TFLite model files

Available here (currently available in dynamic-range only). It was generated from the first notebook (Training_a_pets_detector_model_within_minutes_with_TFOD_API.ipynb).

Acknowledgement

I would like to thank the ML-GDE program for providing with GCP credits without which this project wouldn't have been possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].