Ultralytics YOLOv8 Tasks - Ultralytics YOLOv8 Docs #2394
Replies: 8 comments 16 replies
-
Can we use Detection, classification and key point detection using multi task learning (by creating multiple heads) in a single model. |
Beta Was this translation helpful? Give feedback.
-
Can we only detect objects of the same class, and then change the detected class within the same model? |
Beta Was this translation helpful? Give feedback.
-
I have exported the trained Yolov8 model to TensorRT format and I would like to deploy this model on nVIDIA triton inference server. I am planning on having on-demand inference through load/unload functionality of nVIDIA triton. A separate frontend scheduler will be placed to control the loading/unloading the model on triton. Further, http api from triton be exposed for inference. Kindly suggest a suitable system design procedure. Thank you! |
Beta Was this translation helpful? Give feedback.
-
where is the tracking please |
Beta Was this translation helpful? Give feedback.
-
If I train two models with same data, one for segmentation, another for detection(transfered labels), I can get the bbox from both segmemtation and detection model. What is the difference from these to models on bbox. |
Beta Was this translation helpful? Give feedback.
-
can this yolov8 complete object segment and tracking at the same time? |
Beta Was this translation helpful? Give feedback.
-
hello , i use it for car damage detection , i have 10 classes of damage , i annotate them with cvat , but in train i dont get a good result 42% precision and recall 43% , im wondering why |
Beta Was this translation helpful? Give feedback.
-
I tried yolov8n-pose.pt mdel. This is the result: if there are two persons in the video, this model ouputs a prediction result object, let's name it pred |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Ultralytics YOLOv8 Tasks - Ultralytics YOLOv8 Docs
https://docs.ultralytics.com/tasks/
Beta Was this translation helpful? Give feedback.
All reactions