Skip to content
New issue

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

导出rknn模型出现错误 #113

Open
EthanWsir opened this issue Nov 9, 2023 · 1 comment
Open

导出rknn模型出现错误 #113

EthanWsir opened this issue Nov 9, 2023 · 1 comment

Comments

@EthanWsir
Copy link

请问一下大佬,我在运行examples/rknn_yolov5_demo/convert_rknn_demo/yolov5/onnx2rknn.py这个文件,到Building model那一步就开始报错了,报错提示为下面的内容,请问我要如何处理这个报错。
E Catch exception when building RKNN model!
E Traceback (most recent call last):
E File "rknn/api/rknn_base.py", line 624, in rknn.api.rknn_base.RKNNBase.build
E File "rknn/api/rknn_base.py", line 1511, in rknn.api.rknn_base.RKNNBase._quantize2
E FileNotFoundError: [Errno 2] No such file or directory: './dataset.txt'
E Please feedback the detailed log file <log_feedback_to_the_rknn_toolkit_dev_team.log> to the RKNN Toolkit development team.
E You can also check github issues: https://github.com/rockchip-linux/rknn-toolkit/issues

@CaA23187
Copy link

路径的问题, 提示是找不到dataset.txt这个文件. 你cd到有dataset.txt这个文件下面的路径运行就好了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants