-
Notifications
You must be signed in to change notification settings - Fork 66
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
基于6.2版本自动标注出现如下错误 #20
Comments
我测试了6.2 是可以的 你是不是用的是export.py 生成的模型 不是train.py 生成的pt模型 |
+1 |
yolov5 issue
cd /opt/
git clone https://github.com/cnyvfang/labelGo-Yolov5AutoLabelImg.git
git clone https://github.com/ultralytics/yolov5.git
cp -Raf yolov5/utils labelGo-Yolov5AutoLabelImg/
cp -Raf yolov5/models/yolo.py labelGo-Yolov5AutoLabelImg/libs/models
pip install Ipython 上面执行完倒是可以调起来yolo5了, 但是发现新问题: 看起来从权重里拿到的label序号之类的是数字类型, 但是这里在用+运算符去加str类型的换行符, 懒得深究了,不管出于什么原因, 秉承着能跑就行的原则, 临时改了下libs/autoLabeler.py第65行,顺利跑起来了..如下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境:python3.9 anacoda pytorch1.12 通过yolov5 6.2 版本 已经训练出模型,但是运行程序报错
The text was updated successfully, but these errors were encountered: