AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.68k stars 7.96k forks source link

Quantizing yolov4 weight file to FP16 or to INT8 #8142

Open AhmedShamli opened 3 years ago

AhmedShamli commented 3 years ago

Hi @AlexeyAB, Is there are a way to quantize yolov4 weight file to FP16 or to INT8 without using tflite?

ylevental commented 2 years ago

This program can quantize YoloV3 or V2 to int8 https://github.com/AlexeyAB/yolo2_light

AhmedShamli commented 2 years ago

Thank you @ylevental. This will not work for YoloV4.