ultralytics 8.0.201 docs alt tags and fonts updates (#5886)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Michael Currie <mcurrie@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
77fc5ccf02
commit
a05edfbc27
16 changed files with 22 additions and 21 deletions
|
|
@ -20,7 +20,7 @@ class_index, x1, y1, x2, y2, x3, y3, x4, y4
|
|||
|
||||
Internally, YOLO processes losses and outputs in the `xywhr` format, which represents the bounding box's center point (xy), width, height, and rotation.
|
||||
|
||||
<p align="center"><img width="800" src="https://user-images.githubusercontent.com/26833433/259471881-59020fe2-09a4-4dcc-acce-9b0f7cfa40ee.png"></p>
|
||||
<p align="center"><img width="800" src="https://user-images.githubusercontent.com/26833433/259471881-59020fe2-09a4-4dcc-acce-9b0f7cfa40ee.png" alt="OBB format examples"></p>
|
||||
|
||||
An example of a `*.txt` label file for the above image, which contains an object of class `0` in OBB format, could look like:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue