Update license and tasks docs (#2941)
This commit is contained in:
parent
c050b2d1a8
commit
96fb5ee78e
9 changed files with 25 additions and 8 deletions
|
|
@ -5,7 +5,8 @@ description: Learn how to use YOLOv8, an object detection model pre-trained with
|
|||
|
||||
Object detection is a task that involves identifying the location and class of objects in an image or video stream.
|
||||
|
||||
<img width="1024" src="https://user-images.githubusercontent.com/26833433/212094133-6bb8c21c-3d47-41df-a512-81c5931054ae.png">
|
||||
<br>
|
||||
<img width="1024" src="https://raw.githubusercontent.com/ultralytics/assets/tasks/im/banner-tasks.png">
|
||||
|
||||
The output of an object detector is a set of bounding boxes that enclose the objects in the image, along with class labels and confidence scores for each box. Object detection is a good choice when you need to identify objects of interest in a scene, but don't need to know exactly where the object is or its exact shape.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue