zh/tasks/segment/ #8508
Replies: 18 comments 34 replies
-
Hello, may I ask how to count and print segmented objects of different categories? |
Beta Was this translation helpful? Give feedback.
-
Hello, may I ask how to count and print segmented objects of different categories? |
Beta Was this translation helpful? Give feedback.
-
Hi, can you tell me how I can get the detected car plates in separate windows (as many as I have detected and output), my code outputs only one window.
|
Beta Was this translation helpful? Give feedback.
-
My segmentation dataset is VOC format, can I use the yolo v8-seg model to train it? My label file is in png format. |
Beta Was this translation helpful? Give feedback.
-
My question is same as "how to count and print segmented objects of different categories". But if my source is a frame, it will report an error like ‘object_counts = Counter([model.names[int(cls)] for cls in results[0].masks.cls]) |
Beta Was this translation helpful? Give feedback.
-
hello, may i ask how to use this for semantic segmentation? |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered the following error when I used pyside6 to put the segmentation result on the UI
part of my code is below
Could this be caused when the result is converted to an array with decimals in it or something else in the code? |
Beta Was this translation helpful? Give feedback.
-
Hello, can you give the frame diagrammodule of YOLOv8 segmentation model |
Beta Was this translation helpful? Give feedback.
-
Hello! I've been working with the segmentation model and encountered an issue I hope you can help with. |
Beta Was this translation helpful? Give feedback.
-
Hello, may I ask how to output the area of each mask in the image, and count the number of masks corresponding to different categories? |
Beta Was this translation helpful? Give feedback.
-
Hello, I am doing an instance segmentation task on the COCO dataset, how to output its COCO evaluation metric when verifying. For example, map, map50, map75, map50-95, map(large, medium, small)... |
Beta Was this translation helpful? Give feedback.
-
How to use the segmentation function of YOLOv8 to segment a panoramic image and a target image simultaneously, and then use feature point matching to perform feature point matching on the segmented object in both images. Match feature points only between segmented objects in two images |
Beta Was this translation helpful? Give feedback.
-
How to extract feature points on segmented objects |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to know how to add other evaluation metrics, such as Dice and accuracy, which are commonly used in semantic segmentation tasks. |
Beta Was this translation helpful? Give feedback.
-
Could you provide the architecture diagram of yolov8-seg? |
Beta Was this translation helpful? Give feedback.
-
Hello, here's a question: |
Beta Was this translation helpful? Give feedback.
-
correct
…---- Replied Message ----
| From | ***@***.***> |
| Date | 12/12/2024 15:06 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [ultralytics/ultralytics] zh/tasks/segment/ (Discussion #8508) |
Hello, here's a question:
I want to use YOLO11 to train my dataset from scratch and make predictions, and don't want to use prepared pre-trained weights, so how do I write the training commands?
Is this code below ok:
yolo segment train data=datasets/yolo_seg/data.yaml model=yolo11n-seg.yaml epochs=300 batch=16 resume=True imgsz=640 device=0,1
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, I'd like to ask a question: I'd like to add a CBAM Attention Mechanism module to the yolo11-seg network model to improve my segmentation accuracy, as the current precision is only about 65. I don't know in which folder to import this python file, i.e. I don't find the network neck in which folder at the moment. |
Beta Was this translation helpful? Give feedback.
-
zh/tasks/segment/
了解如何通过Ultralytics YOLO 使用实例分割模型。有关训练、验证、图像预测和模型导出的说明。
https://docs.ultralytics.com/zh/tasks/segment/
Beta Was this translation helpful? Give feedback.
All reactions