自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(37)
  • 收藏
  • 关注

原创 yolov8训练时报错ValueError: I/O operation on closed file.

yolov8训练时报错ValueError: I/O operation on closed file.

2025-03-16 17:20:39 312

原创 yolov8多显卡训练时出现问题Non-UTF-8 code starting with

yolov8多显卡训练时出现问题Non-UTF-8 code starting with

2025-02-24 13:50:03 155

原创 yolov8断点续练的时候报错如下

yolov8断点续练的时候报错如下

2025-02-15 14:13:32 308

原创 yolov8导出onnx时出现下述问题Process finished with exit code -1

yolov8导出onnx时出现下述问题Process finished with exit code -1

2025-02-07 09:01:57 121

原创 raise RuntimeError(f‘DataLoader worker (pid(s) {pids_str}) exited unexpectedly‘) from e RuntimeError

raise RuntimeError(f'DataLoader worker (pid(s) {pids_str}) exited unexpectedly') from eRuntimeError: DataLoader worker (pid(s) 39164, 35716) exited unexpectedly

2024-12-16 09:26:26 950

原创 yolov8训练出现上述问题ignoring corrupt image/label: Label class 15 exceeds dataset class count 14. Possible

yolov8训练出现上述问题ignoring corrupt image/label: Label class 15 exceeds dataset class count 14. Possible

2024-12-15 20:14:26 294

原创 使用ultralytics8.1.3导出yolov8-obb的onnx时报错

使用ultralytics8.1.3导出yolov8-obb的onnx时报错

2024-12-02 09:29:56 519

原创 bbox_scores[mask_gt] = pd_scores[ind[0], :, ind[1]][mask_gt] # b, max_num_obj, h*w

bbox_scores[mask_gt] = pd_scores[ind[0], :, ind[1]][mask_gt] # b, max_num_obj, h*w

2024-11-28 18:41:25 1162

原创 yolov8训练检测模型时出现下述问题

**RuntimeError: shape '[65, 65, -1]' is invalid for input of size 1064960****根据报错点进去,发现损失计算部分来到了分割的损失函数这里,肯定是有问题的**

2024-11-19 17:46:00 983

原创 RuntimeError: one of the variables needed for gradient computation has been modified by an inplace o

Hint: the backtrace further above shows the operation that failed to compute its gradient.

2024-11-13 13:12:36 754

原创 conda create 创建虚拟环境时出错

conda create 创建虚拟环境时出错

2024-11-11 10:29:29 807

原创 yolov5训练时assert im is not None, f“Image Not Found {f}“ AssertionError: Image Not Found C:\Users\D

yolov5训练时assert im is not None, f"Image Not Found {f}" AssertionError: Image Not Found C:\Users\D

2024-11-07 14:22:57 203

原创 yolov8导出onnx时出错raise KeyError(“filename %r not found“ % name) KeyError: “filename ‘storages‘ not fou

yolov8导出onnx时出错raise KeyError("filename %r not found" % name) KeyError: "filename 'storages' not fou

2024-11-04 09:08:55 318

原创 zerotier内网穿透出现错误,ping目标主机时出现下述错误PING:传输失败。常见故障。

zerotier内网穿透出现错误,ping目标主机时出现下述错误PING:传输失败。常见故障。

2024-10-27 17:44:39 1340

原创 yolo训练时出错UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xaf in position 299: illegal multibyte s

yolo训练时出错UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 299: illegal multibyte s

2024-10-17 20:19:38 270

原创 yolov8导出onnx报错ONNX: export failure ❌ 0.8s: DLL load failed while importing onnx_cpp2py_export: 动态链

yolov8导出onnx报错ONNX: export failure ❌ 0.8s: DLL load failed while importing onnx_cpp2py_export: 动态链

2024-10-15 16:57:50 953

原创 **pred_distri, pred_scores = torch.cat([xi.view(feats[0].shape[0], self.no, -1) for xi in feats]

**pred_distri, pred_scores = torch.cat([xi.view(feats[0].shape[0], self.no, -1) for xi in feats], 2).split(RuntimeError: shape '[75, 75, -1]' is invalid for input of size 1920000**

2024-10-15 16:32:50 400 1

原创 labelme标注好的json文件目标检测矩形框转换为yolo所需要的txt格式

labelme标注好的json文件目标检测矩形框转换为yolo所需要的txt格式

2024-10-15 14:47:45 304

原创 onnx进行yolov8detect的ImportError: DLL load failed while importing onnxruntime_pybind11_state:动态链接库调用失败

onnx进行yolov8detect的ImportError: DLL load failed while importing onnxruntime_pybind11_state:动态链接库调用失败

2024-10-12 10:58:57 628

原创 yolov8obb nms 很慢 ⚠️ NMS time limit 2.400s exceeded

yolov8obb nms 很慢 ⚠️ NMS time limit 2.400s exceeded

2024-09-03 15:28:59 534 2

原创 关于使用pyinstaller打包多线程pyqt5代码,运行exe时弹出多个界面的思路

关于使用pyinstaller打包多线程pyqt5代码,运行exe时弹出多个界面的思路

2024-08-28 16:58:36 194

原创 yolov5训练模型时UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x80 in position 238:

yolov5训练时出现UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 238: illegal multibyte sequence

2024-07-26 10:03:28 266

原创 trtexec将onnx转换成engine的时候报错Uncaught exception detected: Unable to open library: nvinfer_plugin.dll

trtexec将onn转换成engin的时候报错Uncaught exception detected: Unable to open library: nvinfer_plugin.dll

2024-07-21 18:39:00 830

原创 paddleocr运行十出现以下问题:RuntimeError: (PreconditionNotMet) The third-party dynamic

paddleocr运行十出现以下问题:RuntimeError: (PreconditionNotMet) The third-party dynamic

2024-07-18 21:07:42 1179

原创 yolov10训练出现这个问题An attempt has been made to start a new process before the current process ha

yolov10训练出现这个问题An attempt has been made to start a new process before the current process ha

2024-07-15 20:27:59 438

原创 pyinstaller打包时\_internal\\lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1\\iso_schematron_

pyinstaller打包时\_internal\\lxml\\isoschematron\\resources\\xsl\\iso-schematron-xslt1\\iso_schematron_

2024-07-02 19:30:24 247

原创 pyinstaller 打包时build文件夹中没有自动生成txt文件

pyinstaller 打包时build文件夹中没有自动生成txt文件

2024-06-14 09:55:41 251

原创 关于PaddleOCR-release-2.7代码训练自己的数据集出错的记录

关于PaddleOCR-release-2.7代码训练自己的数据集出错的记录

2024-05-24 15:20:50 421 1

原创 随机选取并剪切图片到另一个文件夹

随机选取并剪切图片到另一个文件夹

2024-05-16 10:56:21 232

原创 关于利用yolov5进行目标检测时,mAP很好,但是detect时矩形框偏移,位置不对的记录

关于利用yolov5进行目标检测时,mAP很好,但是detect时矩形框偏移,位置不对的记录

2024-04-07 15:01:20 615

原创 python根据json标签文件的文件名,来删除图片文件夹中没有对应json文件的图片

python根据json标签文件的文件名,来删除图片文件夹中没有对应json文件的图片

2024-03-23 10:31:52 408

原创 python批量将文件夹中的灰度图转为RGB彩色图

python批量将文件夹中的灰度图转为RGB彩色图

2024-03-22 15:47:51 593 1

原创 图像分类中的图像增强,批量对某一张图像增强,生成多张图像

图像分类中的图像增强,批量对某一张图像增强,生成多张图像

2024-03-22 15:46:12 323 1

原创 conda和pip的一些知识 annconda常用的一些命令

conda和pip的一些知识

2024-03-22 08:49:28 1123 1

原创 yolov5yolov8利用labelme标注获得txt标签 json转txt

yolov5yolov8利用labelme标注获得txt标签 json转txt

2024-03-12 16:57:50 580 1

原创 1、non-finite loss, ending training tensor(nan, device=‘cuda:0‘,2、‘LogSoftmaxBackward3、Function ‘MulB

错误2:Function ‘LogSoftmaxBackward’ returned nan values in its 0th output.错误3:Function ‘MulBackward0’ returned nan values in its 0th output出现这种情况,大家可以尝试换一个数据集,我折腾了两天,pytorch版本也换了,各种的都试了,一直怀疑是网络结构的问题,改来改去的,还是不行,我的损失函数是交叉熵,focalloss也试了,这两个损失函数都用到了log这玩意,出现0值时就

2022-11-09 09:38:56 2949

原创 TESLA M40折腾笔记

tesla m40

2022-10-09 20:00:47 9103 10

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除