chenzhy

Results 2 issues of chenzhy

I want to run the demo in the computer(win10) with AMD CPU(R3 3200G), and I have run the program: compile.m , which local in external_libs\mexResize. And success. But the demo...

在python3.8环境中,用下面的代码把ppyoloe转化固定shape的onnx模型量化转为rknn报错: # Build model print('--> Building model') ret = rknn.build(do_quantization=True, dataset=DATASET) #量化,会报错 # ret = rknn.build(do_quantization=False, dataset=DATASET) #不量化,不报错,能够转化 if ret != 0: print('build model failed.') exit(ret) print('done') 报错信息为: ................................ I...