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
Describe the bug A clear and concise description of what the bug is.
To Reproduce Command line or scripts to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Origin model and code If applicable, add orgin model and code to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
nncase1.6.0,就跑的官方的20个类别的demo。 1、编译cpu的定点模型,输出是正常。 2、但是编译210的定点模型 python tools/compile.py model/yolox_nano_224.onnx yolox_nano_224_quant.kmodel --imgs_dir ../20classes_yolo/images/ --legacy --target k210 python tools/simulate.py yolox_nano_224_quant.kmodel ../20classes_yolo/images/dog.bmp 这张dog.bmp的图片只能输出一个车,并且还没框准确。
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Command line or scripts to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Origin model and code
If applicable, add orgin model and code to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: