zh/ #9442
Replies: 8 comments 10 replies
-
I want to use Augment in YOLOv8 to augment my dataset. I have customized a YAML file to store my Augment parameters. How can I save the images and labels after using Augment? |
Beta Was this translation helpful? Give feedback.
-
您好,下面给出我的完整测试代码,利用官方源码测试语义分割,报了错误:TypeError: masks() got an unexpected keyword argument 'img_gpu' 请问一下是什么原因导致的呢,请给出一个解决方案,非常感谢! s_mode = 1 # 0: semantic, 1: instance model = YOLO('yolo11n-seg.pt') w, h, fps = (int(cap.get(x)) for x in
|
Beta Was this translation helpful? Give feedback.
-
您好,利用官方给的代码进行了语义分割的测试,报了错误:TypeError: masks() got an unexpected keyword argument 'img_gpu' s_mode = 1 # 0: semantic, 1: instance model = YOLO('yolo11n-seg.pt') w, h, fps = (int(cap.get(x)) for x in
联系邮箱:[email protected] |
Beta Was this translation helpful? Give feedback.
-
你好,观看了官方测试的语义分割视频,想要利用官方源码实现语义分割的预测,采用pt或者onnx模型文件均可,按照工作人员建议更新ultralytics为最新版本也没解决,运行时报错TypeError: masks() got an unexpected keyword argument 'img_gpu' ,下面给出视频中的测试完整代码,请给出修改意见,非常感谢! s_mode = 1 # 0: semantic, 1: instance model = YOLO('yolo11n-seg.pt') w, h, fps = (int(cap.get(x)) for x in
联系邮箱:[email protected] |
Beta Was this translation helpful? Give feedback.
-
您好,请问一下能否帮忙编写一个简单的Winform中实现C#调用官网yolo11语义分割和实例分割的onnx模型进行推理的完整代码?选择图片,点击按钮进行推理,展示推理后的效果图。 |
Beta Was this translation helpful? Give feedback.
-
您好,我分别用yolov5、v8、v11进行缺陷检测。我的数据集是大小为1900*210的二值图像,图像结构简单,图像主体是一个具有一定宽度的白色半圆,背景为纯黑色,人工在半圆上添加了一些形状、大小不等的黑色缺陷。现在检测结果是v5优于v11优于v8,请问这是为什么 |
Beta Was this translation helpful? Give feedback.
-
Wow |
Beta Was this translation helpful? Give feedback.
-
WARNING During handling of the above exception, another exception occurred: Traceback (most recent call last): Everyone! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
zh/
探索Ultralytics YOLOv8 的完整指南,这是一个高速、高精度的对象检测和图像分割模型。安装、预测、培训教程等。
https://docs.ultralytics.com/zh/
Beta Was this translation helpful? Give feedback.
All reactions