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.24k stars 1.24k forks source link

yolov4-tiny is here!! #109

Open vinorth-v opened 4 years ago

vinorth-v commented 4 years ago

Hello,

Now that yolov4-tiny is here: https://github.com/AlexeyAB/darknet/issues/5346 Can you please add it for converting to tflite and for detection in this repo?

Thank you in advance, Best regards

ankandrew commented 4 years ago

I am interested in this too :)

paroque28 commented 4 years ago

I am interested as well

hunglc007 commented 4 years ago

I updated yolov4-tiny model with demo in detect.py file. Converting to tflite and trt is coming soon.