tasks/ #16241
Replies: 7 comments 8 replies
-
Would be nice to have examples for tracking, too ... |
Beta Was this translation helpful? Give feedback.
-
Hi there! Could anyone point me to the papers for YOLOv8 and YOLOv11 Instance Segmentation? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Good, Afternoon, does Yolo work for Human Action Detection in realtime? |
Beta Was this translation helpful? Give feedback.
-
how can I provide different object ids in videos to same types of objects like there are 5 persons in a video frame, then how to provide different ids to these persons such that it tracks these objects with same id throughout the videos |
Beta Was this translation helpful? Give feedback.
-
Can I use XAI with YOLOv11 or YOLOv9 ? If so, how can I apply it to an object detection task? |
Beta Was this translation helpful? Give feedback.
-
Yes, you can utilize Explainable AI (XAI) with YOLOv9 or YOLOv11,
even though these versions are unofficial or experimental extensions beyond
YOLOv8.
YOLO is fundamentally a convolutional neural network (CNN),
which means that many XAI techniques applicable to CNNs or object detection
models can be adapted for use with these versions.
…On Thu, 12 Jun 2025 at 17:27, Md Saimul Haque Shanto < ***@***.***> wrote:
Can I use XAI with YOLOv11 or YOLOv9 ? If so, how can I apply it to an
object detection task?
—
Reply to this email directly, view it on GitHub
<#16241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZSZVZYSGD2CDV75M5O7KD3DE2XNAVCNFSM6AAAAABOCSRMJGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBUGMZTENY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I quantized a YOLOv8 model. Now I want to fine tune it, so how can I convert the ONNX file back to a .pt file? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
tasks/
Explore Ultralytics YOLOv8 for detection, segmentation, classification, OBB, and pose estimation with high accuracy and speed. Learn how to apply each task.
https://docs.ultralytics.com/tasks/
Beta Was this translation helpful? Give feedback.
All reactions