rknn-toolkit2 icon indicating copy to clipboard operation
rknn-toolkit2 copied to clipboard

yolov3 convert fail

Open lungsia opened this issue 3 years ago • 0 comments

Hi,

I'm trying to convert yolov3 onnx model to rknn model, but got fail.

the model source is from the link here: https://docs.openvino.ai/latest/omz_models_model_yolo_v3_onnx.html#doxid-omz-models-model-yolo-v3-onnx

and I cut off the postprocess and add some shape information to this model.

but I this error when doing "rknn.build(do_quantization=True, dataset='./dataset.txt')" image

Could someone give me any suggestion?

Thanks!

lungsia avatar Oct 17 '22 15:10 lungsia