自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 成功解决RuntimeError: received 0 items of ancdata问题!!!!

多进程数据加载时共享内存不足。

2025-11-01 18:42:04 372

原创 RF-DETR训练自行采集数据集全过程,已成功运行!!!!

10.使用指令:CUDA_VISIBLE_DEVICES=* python train.py --dataset_dir ***/这里写路径*** --epochs ***这里写轮数*** --batch_size 4 --grad_accum_steps 4 --lr 1e-4 --output_dir **/这里写输出路径***"supercategory": info["supercategory"] # 确保加入了 supercategory。

2025-10-29 10:50:08 284

原创 如何解决在图像训练中predict.py写入图片不显示的问题?

在predict.py文件代码写出读入文件后加入print(seg_img.shape)这一语句;以U2Net模型为例,

2023-12-08 20:26:47 614

原创 深度学习训练模型时,被终止报错IndexError: list index out of range

检查训练数据集中的classes种类有没有填写正确,导致某些图片没有对应的注释信息,导致在 anns 列表中不存在元素,从而引发了 IndexError。

2023-12-06 11:09:14 1347 1

原创 起初连接服务器时出现问题;NVIDIA A30 with CUDA capability sm_ 80 is not compatible with the current PyTorch insta

解决:pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html。#NVIDIA A30与CUDA功能sm_ 80不兼容当前的PyTorch安装。

2023-12-06 11:04:50 1041 1

原创 如何解决windows安装不了pycocotools问题?ModuleNotFoundError: No module named ‘pycocotools‘;ModuleNotFoundError:

conda install -c conda-forge pycocotools成功安装。

2023-12-05 20:48:26 473 1

空空如也

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

TA关注的人

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