dog-qiuqiu / Yolo-Fastest

:zap: Based on yolo's ultra-lightweight universal target detection algorithm, the calculation amount is only 250mflops, the ncnn model size is only 666kb, the Raspberry Pi 3b can run up to 15fps+, and the mobile terminal can run up to 178fps+
Other
1.97k stars 428 forks source link

i need use tflite to detect #70

Closed LiaoZihZrong closed 1 year ago

LiaoZihZrong commented 2 years ago

hello master, i use your Yolo-fastest to tflite and i want use it so i need use it NET like this: https://github.com/hunglc007/tensorflow-yolov4-tflite/blob/9f16748aa3f45ff240608da4bd9b1216a29127f5/core/yolov4.py#L146

can you give me some suggest to help me ? thank you!