rknn-toolkit2
rknn-toolkit2 copied to clipboard
yolov3 convert fail
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')"

Could someone give me any suggestion?
Thanks!