Embed videos in Docs pages using Parent pages for relevant segments (#6877)
This commit is contained in:
parent
093943e375
commit
1b37a13131
9 changed files with 91 additions and 13 deletions
|
|
@ -12,6 +12,17 @@ Image classification is the simplest of the three tasks and involves classifying
|
|||
|
||||
The output of an image classifier is a single class label and a confidence score. Image classification is useful when you need to know only what class an image belongs to and don't need to know where objects of that class are located or what their exact shape is.
|
||||
|
||||
<p align="center">
|
||||
<br>
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/NAs-cfq9BDw?start=169"
|
||||
title="YouTube video player" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
<br>
|
||||
<strong>Watch:</strong> Explore Ultralytics YOLO Tasks: Image Classification
|
||||
</p>
|
||||
|
||||
!!! Tip "Tip"
|
||||
|
||||
YOLOv8 Classify models use the `-cls` suffix, i.e. `yolov8n-cls.pt` and are pretrained on [ImageNet](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/ImageNet.yaml).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue