Hey, I am running the demo: How To Use Tengine SDK
(How To Use Tengine SDK | Khadas Documentation)
However, for model quantization, there is a bug in setting
" -x 128,128,128 -y 128,128,128".
It should be as followed :
“-x 0,0,0 -y 255,255,255”
./quant_tool -f darknet -m ~/models/yolov3.weights -p ~/models/yolov3.cfg -o ~/models/yolov3.tmfile -a MINMAX -i /home/wudi/code/coco128/images/train2017/ -x 0,0,0 -y 255,255,255 -z 416,416,3 -c INTERNAL -t UINT8 -n 100