We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In rknn-toolkit2, it works well:
outputs = rknn.inference(inputs=[img_norm], data_format=['nchw'])
but in rknn-toolkite-lite2, there is a error as:
self.rknn_runtime.set_inputs(inputs, data_type, data_format, inputs_pass_through=inputs_pass_through) File "rknnlite/api/rknn_runtime.py", line 1008, in rknnlite.api.rknn_runtime.RKNNRuntime.set_inputs KeyError: 'nchw'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In rknn-toolkit2, it works well:
but in rknn-toolkite-lite2, there is a error as:
The text was updated successfully, but these errors were encountered: