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

Converting any darknet format .weights and .cfg file to tflite #427

Open Abhishek672 opened 2 years ago

Abhishek672 commented 2 years ago

Hey @hunglc007 I have a new darknet model with different architecture, which is obtained by removing some connections in the yolov4 tiny model. Is it possible to convert that model to tflite and run detect.py on sample images? Thanks