当前位置: 首页 > news >正文

实验记录2025/10/14

我现在是把picsize从640变化到了960,而且把原先7000张的训练数据集精简成了3600张的数据集

下面是跑出来的结果:

Validating runs/detect/yolo11-tea-yolo11s36/weights/best.pt...
Ultralytics 8.3.182 🚀 Python-3.10.12 torch-2.4.0a0+07cecf4168.nv24.05 CUDA:0 (NVIDIA A100-SXM4-80GB, 32768MiB)
YOLO11s summary (fused): 100 layers, 9,413,961 parameters, 0 gradientsClass     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|██████████| 6/6 [00:00<00:00,  6.25it/s]all        181        368      0.663      0.531      0.616      0.437algal leaf spot         69        203       0.73      0.562      0.699      0.517brown blight         77         89      0.688      0.517      0.633       0.45grey blight         66         76      0.572      0.513      0.515      0.342
Speed: 0.2ms preprocess, 1.9ms inference, 0.0ms loss, 1.3ms postprocess per image
Results saved to runs/detect/yolo11-tea-yolo11s36
Ultralytics 8.3.182 🚀 Python-3.10.12 torch-2.4.0a0+07cecf4168.nv24.05 CUDA:0 (NVIDIA A100-SXM4-80GB, 32768MiB)
YOLO11s summary (fused): 100 layers, 9,413,961 parameters, 0 gradients
val: Fast image access ✅ (ping: 0.0±0.0 ms, read: 2.9±0.9 MB/s, size: 47.8 KB)
val: Scanning /home/share/priv/yolo_new/ultralytics-main/ultralytics-main/datasets/teaDiseases/val_10_13/labels.cache... 181 images, 0 backgrounds, 0 corrupt: 100
WARNING ⚠️ cache='ram' may produce non-deterministic training results. Consider cache='disk' as a deterministic alternative if your disk space allows.
val: Caching images (0.5GB RAM): 100%|██████████| 181/181 [00:00<00:00, 193.63it/s]Class     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|██████████| 12/12 [00:01<00:00,  6.28it/s]all        181        368      0.671      0.531      0.619      0.466algal leaf spot         69        203      0.733      0.562      0.671      0.525brown blight         77         89        0.7      0.517      0.656      0.498grey blight         66         76      0.582      0.513      0.529      0.375
Speed: 1.6ms preprocess, 3.6ms inference, 0.0ms loss, 1.4ms postprocess per image
Results saved to runs/detect/yolo11-tea-yolo11s362
验证结果: ultralytics.utils.metrics.DetMetrics object with attributes:

现在尝试一下改为yolo11m.yaml+ imgsz=640,看看效果:

Validating runs/detect/yolo11-tea-yolo11s39/weights/best.pt...
Ultralytics 8.3.182 🚀 Python-3.10.12 torch-2.4.0a0+07cecf4168.nv24.05 CUDA:0 (NVIDIA A100-SXM4-80GB, 32768MiB)
YOLO11m summary (fused): 125 layers, 20,032,345 parameters, 0 gradientsClass     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|██████████| 3/3 [00:08<00:00,  2.91s/it]all        181        368      0.561      0.538      0.574      0.412algal leaf spot         69        203      0.718      0.571      0.736      0.553brown blight         77         89       0.56      0.449      0.514      0.361grey blight         66         76      0.405      0.592      0.473      0.322
Speed: 0.3ms preprocess, 4.4ms inference, 0.0ms loss, 10.2ms postprocess per image
Results saved to runs/detect/yolo11-tea-yolo11s39
Ultralytics 8.3.182 🚀 Python-3.10.12 torch-2.4.0a0+07cecf4168.nv24.05 CUDA:0 (NVIDIA A100-SXM4-80GB, 32768MiB)
YOLO11m summary (fused): 125 layers, 20,032,345 parameters, 0 gradients
val: Fast image access ✅ (ping: 0.0±0.0 ms, read: 2.6±0.8 MB/s, size: 47.8 KB)
val: Scanning /home/share/priv/yolo_new/ultralytics-main/ultralytics-main/datasets/teaDiseases/val_10_13/labels.cache... 181 images, 0 backgrounds, 0 corrupt: 100%|██████████| 181/181
WARNING ⚠️ cache='ram' may produce non-deterministic training results. Consider cache='disk' as a deterministic alternative if your disk space allows.
val: Caching images (0.2GB RAM): 100%|██████████| 181/181 [00:01<00:00, 170.08it/s]Class     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|██████████| 6/6 [00:08<00:00,  1.48s/it]all        181        368      0.568      0.538      0.569      0.432algal leaf spot         69        203      0.719      0.571      0.705      0.554brown blight         77         89      0.571      0.449      0.524      0.398grey blight         66         76      0.414      0.592      0.479      0.345
Speed: 1.1ms preprocess, 5.7ms inference, 0.0ms loss, 11.1ms postprocess per image
Results saved to runs/detect/yolo11-tea-yolo11s392
验证结果: ultralytics.utils.metrics.DetMetrics object with attributes:

感觉m对于精度的提高没有imgsz的提高要好的多。

目前看来是yolo11s.yaml+imgsz=960时跑出的效果最好,使用的数据集是train_aug_10_14

现在尝试使用增强grey_light的图像使用960+yolo11s.yaml+train_aug_10_15进行测试,看看效果如何。

300 epochs completed in 4.279 hours.
Optimizer stripped from runs/detect/yolo11-tea-yolo11s56/weights/last.pt, 19.3MB
Optimizer stripped from runs/detect/yolo11-tea-yolo11s56/weights/best.pt, 19.3MBValidating runs/detect/yolo11-tea-yolo11s56/weights/best.pt...
Ultralytics 8.3.182 🚀 Python-3.10.12 torch-2.4.0a0+07cecf4168.nv24.05 CUDA:0 (NVIDIA A100-SXM4-80GB, 32768MiB)
YOLO11s summary (fused): 100 layers, 9,413,961 parameters, 0 gradientsClass     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|██████████| 6/6 [00:02<00:00,  2.30it/s]all        181        368       0.56      0.596      0.589      0.416algal leaf spot         69        203      0.667      0.709      0.724       0.54brown blight         77         89      0.529      0.539      0.556       0.38grey blight         66         76      0.483      0.539      0.488      0.329
Speed: 0.2ms preprocess, 4.0ms inference, 0.0ms loss, 2.4ms postprocess per image
Results saved to runs/detect/yolo11-tea-yolo11s56
Ultralytics 8.3.182 🚀 Python-3.10.12 torch-2.4.0a0+07cecf4168.nv24.05 CUDA:0 (NVIDIA A100-SXM4-80GB, 32768MiB)
YOLO11s summary (fused): 100 layers, 9,413,961 parameters, 0 gradients
val: Fast image access ✅ (ping: 0.0±0.0 ms, read: 4.3±1.2 MB/s, size: 46.9 KB)
val: Scanning /home/share/priv/yolo_new/ultralytics-main/ultralytics-main/datasets/teaDiseases/val_10_13/labels.cache... 181 images, 0 backgrounds, 0 corrupt: 100%|██████████| 181/181 
WARNING ⚠️ cache='ram' may produce non-deterministic training results. Consider cache='disk' as a deterministic alternative if your disk space allows.
val: Caching images (0.5GB RAM): 100%|██████████| 181/181 [00:01<00:00, 115.39it/s]Class     Images  Instances      Box(P          R      mAP50  mAP50-95): 100%|██████████| 12/12 [00:03<00:00,  3.93it/s]all        181        368      0.564      0.596      0.588      0.441algal leaf spot         69        203      0.668      0.709        0.7      0.553brown blight         77         89       0.54      0.539       0.56      0.409grey blight         66         76      0.484      0.539      0.503       0.36
Speed: 1.3ms preprocess, 5.1ms inference, 0.0ms loss, 2.3ms postprocess per image
Results saved to runs/detect/yolo11-tea-yolo11s562
验证结果: ultralytics.utils.metrics.DetMetrics object with attributes:

结果依然没有上次的好。

现在在最好的基础上加入无参数的SimAM模块,并且更改val的验证集,查看变化。

 

http://www.zskr.cn/news/22300.html

相关文章:

  • 2025年中央空调/锅炉房/机房运维服务厂家最新权威推荐榜:专业托管与维修外包一体化解决方案精选
  • 《Vue3 + Vite + Pinia 实现后台管理系统:路由权限控制与动态菜单渲染》
  • 性能测试进阶秘籍:如何用JMeter分布式压测挖掘系统极限潜
  • 2025 年废旧轮胎裂解加热生产厂家最新推荐榜单:优质企业专利技术、产能规模与口碑实力全景解析锂化工焚烧炉/氟化热风系统/煤化工热风炉厂家推荐
  • 日志 | 2025.10
  • 【ACM出版|EI检索稳定】2025年AI驱动下:业务转型和数据科学创新国际学术会议(ICBTDS 2025)
  • 2025 年厂房出售公司服务推荐排行榜:珠三角/广州/深圳/东莞/佛山/珠海等城市优质厂房出售公司全面测评解析
  • 构建智能视觉中枢:国标GB28181算法算力平台EasyGBS的全域感知与播放方案
  • 【2025-10-14】玩玩植物
  • 2025 木饰面源头厂家最新推荐榜单:21 年深耕企业领衔,背景墙 / 全屋 / 碳晶板 / 岩板全场景适配品牌解析
  • 读书笔记:Oracle LOB类型:大数据存储的终极指南
  • 2025 年铝塑板源头厂家最新推荐榜:聚焦气候适配与品质服务,西南及全国优质供应商精选,含门头 / 墙面 / 外墙等场景专款
  • 【2025-10-13】平凡父母
  • 【2025-10-15】农村自建房
  • 283.移动零
  • Mysql1064,最常见的语法错误
  • 泳池水检测仪厂家推荐,余氯检测仪哪个品牌好?COD水质/总氮/氨氮靠谱供应商
  • 2025年智能装备与机器人国际学术会议(IER 2025)
  • 盘点2025破碎仪厂家/提供研磨处理方案的厂家
  • Delphi TscGPPageControl动态创建新页面与加载Frame框架
  • 静态方法访问类的实例成员
  • 【Linux 系统】进程优先级 - 实践
  • What to do if your NFO files doesnt check to 100%?
  • 2598. 执行操作后的最大 MEX——模运算
  • pg_resetwal 使用简介 - 实践
  • 2025年工业陶瓷厂家 TOP 企业品牌推荐排行榜,工业陶瓷,氧化铝陶瓷推荐这十家公司!
  • 2025 年碳纤维布厂家 TOP 企业品牌推荐排行榜,碳纤维布 / 建筑碳纤维布 / 加固碳纤维布 / 300 克碳纤维布 / 碳纤维加固布公司推荐!
  • fastjson转换json时,碰到的那些首字母大小写转换的坑
  • 2025年10月龙骨机厂家最新推荐榜,轻钢,装配式建筑,高速,全自动,吊顶,隔墙,高精度,快装式,方通龙骨龙骨机推荐这十家公司!
  • 2025年10月品牌设计公司推荐排行榜,聚焦企业综合实力与核心竞争力