c = cv2.waitKey(10)
if c == 27:
break
else:
break
cv2.destroyAllWindows()
rknn.release()
# perf
print('--> Begin evaluate model performance')
#perf_results = rknn.eval_perf(inputs=[img])
print('done')
/home/gerrard/PycharmProjects/pythonProject/venv/bin/python /home/gerrard/PycharmProjects/pythonProject/yolov3_test.py
done
--> Running model
W [rknn_inputs_set:2063] warning: inputs[0] expected input len is 519168, but actual len is 921600!
(None, None, None)
W [rknn_inputs_set:2063] warning: inputs[0] expected input len is 519168, but actual len is 921600!
--> Running model
(None, None, None)
W [rknn_inputs_set:2063] warning: inputs[0] expected input len is 519168, but actual len is 921600!
--> Running model
(None, None, None)
W [rknn_inputs_set:2063] warning: inputs[0] expected input len is 519168, but actual len is 921600!
--> Running model