Add Tiger-Pose dataset YouTube video to Docs (#6660)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: imyhxy <imyhxy@gmail.com> Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
This commit is contained in:
parent
49fd3058ac
commit
0a1d0033a0
9 changed files with 48 additions and 25 deletions
|
|
@ -15,6 +15,17 @@ Despite its manageable size of 210 images, tiger-pose dataset offers diversity,
|
|||
This dataset is intended for use with [Ultralytics HUB](https://hub.ultralytics.com)
|
||||
and [YOLOv8](https://github.com/ultralytics/ultralytics).
|
||||
|
||||
<p align="center">
|
||||
<br>
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/Gc6K5eKrTNQ"
|
||||
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> Train YOLOv8 Pose Model on Tiger-Pose Dataset Using Ultralytics HUB
|
||||
</p>
|
||||
|
||||
## Dataset YAML
|
||||
|
||||
A YAML (Yet Another Markup Language) file serves as the means to specify the configuration details of a dataset. It encompasses crucial data such as file paths, class definitions, and other pertinent information. Specifically, for the `tiger-pose.yaml` file, you can check [Ultralytics Tiger-Pose Dataset Configuration File](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/tiger-pose.yaml).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue