mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 06:14:55 +08:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
12 lines
393 B
Markdown
12 lines
393 B
Markdown
# Python SDK
|
|
|
|
We provide 2 pythonic interfaces for YOLO models:
|
|
|
|
<b> Model Interface </b> - To simply build, load, train or run inference on a model in a python application
|
|
|
|
<b> Trainer Interface </b> - To customize trainier elements depending on the task. Suitable for R&D ideas like architecutres.
|
|
|
|
______________________________________________________________________
|
|
|
|
### Model Interface
|