否则相对路径会有问题,出现找不到object_detection或者找不到某模块的错误
import os
#改变运行目录到当前文件所在目录
print('current working dir [{0}]'.format(os.getcwd()))
w_d = os.path.dirname(os.path.abspath(__file__))
print('change wording dir to [{0}]'.format(w_d))
os.chdir(w_d)
注:若找不到路径slim模块可能是环境变量没有配置,此处因不涉及所以不需要
12周代码中需要配置环境变量,在run.sh中。11周代码不需要。
Python的编码问题,一般为ascii编码方式,当出现非ascii编码时报错
此处改成英文,成功
其他方法:
https://blog.csdn.net/oLanLanXiaRi/article/details/48201231
https://blog.csdn.net/a542551042/article/details/48676031?utm_source=blogxgwz2
试验后报错”没有sys“,留待后期验证
tinymind自动创建的输出目录:/output
将结果存到/output目录下即可:
tinymind会自动创建/output输出目录,不需要再填写output_dir参数为/output。
或者将output_dir = /output 作为一个参数进行输入,见11、12周代码
方便修改数据集
将下面注释掉,不再显示
参考:未试验
https://blog.csdn.net/zjyklwg/article/details/79477261
https://blog.csdn.net/Mao_Jonah/article/details/88427184
7、本文运行的是自己编写的输出车辆标定框位置的代码car_inference.py
shiyan-output-xml模型
运行结果: