ultralytics 8.0.81 single-line docstring updates (#2061)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-04-17 00:45:36 +02:00
committed by GitHub
parent 5bce1c3021
commit a38f227672
64 changed files with 620 additions and 58 deletions

View File

@ -42,6 +42,7 @@ the benchmarks to their specific needs and compare the performance of different
| `model` | `None` | path to model file, i.e. yolov8n.pt, yolov8n.yaml |
| `imgsz` | `640` | image size as scalar or (h, w) list, i.e. (640, 480) |
| `half` | `False` | FP16 quantization |
| `int8` | `False` | INT8 quantization |
| `device` | `None` | device to run on, i.e. cuda device=0 or device=0,1,2,3 or device=cpu |
| `hard_fail` | `False` | do not continue on error (bool), or val floor threshold (float) |

View File

@ -1,13 +1,13 @@
# iOSDetectModel
---
:::ultralytics.yolo.engine.exporter.iOSDetectModel
<br><br>
# Exporter
---
:::ultralytics.yolo.engine.exporter.Exporter
<br><br>
# iOSDetectModel
---
:::ultralytics.yolo.engine.exporter.iOSDetectModel
<br><br>
# export_formats
---
:::ultralytics.yolo.engine.exporter.export_formats