ArtyZe / yolov3_lite

yolov3 model compress and acceleration (quantization, sparse), c++ version
37 stars 9 forks source link

how to get output_scale and output_zero_point in the cfg file. #9

Open zhengwl0714 opened 3 years ago

zhengwl0714 commented 3 years ago

author , thanks for your providision, i want to run google-quant of this repo. but idont konw how to get output_scale and output_zero_point in the cfg file. output_scale = 0, 0, 0.0875, 0, 0.075846, 0, 0.069873, 0, 0.050603, 0, 0.031124, 0, 0.023692, 0.021359, 0.041686 output_zero_point = 0, 0, 94, 0, 101, 0, 131, 0, 129, 0, 110, 0, 122, 131, 99 and your example has no 2007_train.txt and data,can you provide it ?
can you anwser me ? thank you very much