hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

Adding Metadata to tensorflow modal to use in android with google's MLKit library #347

Open PratikDas1396 opened 3 years ago

PratikDas1396 commented 3 years ago

Hi folks,

Google has already provided an MLKit! library to use such a modal directory in the mobile app. But to use this YOLO model MLKit requires the model to maintain specific metadata!.

If we are able to attach this metadata directory to the modal then we can directly use the modal with Google MLKit.

The process of adding metadata is explained here!