What steps will reproduce the problem?
该问题的重现步骤是什么?
1.首先我训练了一组图片,输出文件中找到vidoe.py,根据py文件中所需要的config_path与image_path,我按照路径建立了root_path文件夹,并将两个文件复制进去
修改py文件中 kmodel_name变量值与生成文件对应
基于开发板的特性
后面配置
sensor = Sensor(id=2)
2.此时代码与sdcard存储文件的路径已经对应,运行后报错。
OSError: [Errno 2] ENOENT
What is the expected output? What do you see instead
期望能够运行训练后自动生成的cls_video.py文件观察实验效果
What version of the product are you using? On what operating system?
硬件为K230。固件版本CanMV-K230_micropython_v1.0_sdk_v1.6_nncase_v2.8.3(创乐博V3.0)。
Are there any error messages or logs?
OSError: [Errno 2] ENOENT
Traceback (most recent call last):
File "", line 170, in
File "", line 63, in classification
File "", line 43, in read_deploy_config
OSError: [Errno 2] ENOENT
MPY: soft reboot
What have you tried to resolve the issue?
尝试修改sensor的id号,尝试对config_path与kmodel路径在py文件与sdcard中对应。
Please provide any additional information (e.g., code snippets, configuration settings, screenshots):
无