Create Exporter() Class (#117)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
a9dc1637c2
commit
076d73cfaa
10 changed files with 531 additions and 540 deletions
|
|
@ -16,9 +16,10 @@ pip install -e .
|
|||
### 1. CLI
|
||||
To simply use the latest Ultralytics YOLO models
|
||||
```bash
|
||||
yolo task=detect mode=train model=yolov8n.yaml ...
|
||||
classify predict yolov8n-cls.yaml
|
||||
segment val yolov8n-seg.yaml
|
||||
yolo task=detect mode=train model=yolov8n.yaml args=...
|
||||
classify predict yolov8n-cls.yaml args=...
|
||||
segment val yolov8n-seg.yaml args=...
|
||||
export yolov8n.pt format=onnx
|
||||
```
|
||||
### 2. Python SDK
|
||||
To use pythonic interface of Ultralytics YOLO model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue