AlexeyAB / yolo2_light

Light version of convolutional neural network Yolo v3 & v2 for objects detection with a minimum of dependencies (INT8-inference, BIT1-XNOR-inference)
MIT License
301 stars 116 forks source link

yolov3 int8 weights #88

Open ilpapds opened 1 year ago

ilpapds commented 1 year ago

Hello. Does this repository offer weights for yolov3 with int8 weights? I need yolov3 with int8 weights in order to convert the model to onnx. Thank you in advance.