
训练目标检测开源项目中遇到的问题并解决
文章平均质量分 59
记录训练目标检测开源项目中遇到的问题,并记录解决的方法。
G_Sofia
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DEIM:Windows系统下训练报错‘gbk‘ codec can‘t decode byte 0xae in position 52
DEIM:Windows系统下训练报错'gbk' codec can't decode byte 0xae in position 52原创 2025-04-10 15:54:51 · 413 阅读 · 0 评论 -
DEIM:在Windows系统下修改训练命令行
DEIM:在Windows系统下修改训练命令行原创 2025-04-10 15:07:51 · 729 阅读 · 0 评论 -
DEIM:用命令行训练网络报错ImportError: libffi.so.7: cannot open shared object file: No such file or directory
DEIM:用命令行训练网络报错ImportError: libffi.so.7: cannot open shared object file: No such file or directory原创 2025-04-09 18:57:16 · 421 阅读 · 0 评论 -
YOLOX:ValueError: x and y must have same first dimension, but have shapes (100,) and (0,)
成功解决运行YOLOX训练日志文件数据画图报错ValueError: x and y must have same first dimension, but have shapes (100,) and (0,)在运行YOLOX使用的代码时报错该代码参考的是这位博主的,链接和实现的效果如下:https://blog.csdn.net/weixin_45679938/article/details/122380063我添加了自己想要的代码后报错这位博主给出的代码中只读取了COCO数据集上APM和AP原创 2022-04-24 20:56:03 · 8817 阅读 · 0 评论 -
YOLOX:Command ‘[‘ninja‘, ‘--version‘]‘ returned non-zero exit status 1
出现错误subprocess.CalledProcessError: Command '['ninja', '--version']' returned non-zero exit status 1.原创 2022-10-07 09:16:27 · 6102 阅读 · 0 评论 -
YOLOX:出现错误UnicodeEncodeError: ‘utf-8‘ codec can‘t encode characters in position 23-24
出现错误UnicodeEncodeError: 'utf-8' codec can't encode characters in position 23-24原创 2022-10-07 09:27:38 · 1568 阅读 · 0 评论 -
YOLOX:训练VOC数据集后使用eval.py验证best_ckpt.pth报错
YOLOX训练VOC数据集后使用eval.py验证best_ckpt.pth报错原创 2022-10-10 11:13:30 · 2771 阅读 · 0 评论