ultralytics 8.0.125 NMS speed improvements (#3463)

Co-authored-by: Compunet <117437050+dme-compunet@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-07-03 16:34:13 +02:00
committed by GitHub
parent 0e5a6b8158
commit 8a11eda4a9
6 changed files with 9 additions and 8 deletions

View File

@ -35,7 +35,10 @@ Here is an example of the YOLO dataset format for a single image with two object
1 0.5046 0.0 0.5015 0.004 0.4984 0.00416 0.4937 0.010 0.492 0.0104
```
Note: The length of each row does not have to be equal.
!!! tip "Tip"
- The length of each row does not have to be equal.
- Each segmentation label must have a **minimum of 3 xy points**: `<class-index> <x1> <y1> <x2> <y2> <x3> <y3>`
### Dataset YAML format