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

Support yolov3-app? #12

Open daniel89710 opened 5 years ago

daniel89710 commented 5 years ago

I have runtime error for quantization of yolov3-spp? Could you support it?

AlexeyAB commented 5 years ago

I fixed it. Try to update your code from GitHub and recompile.

image

daniel89710 commented 5 years ago

Thank you very much. I will try it!