yolov10/docs/sdk.md
Ayush Chaurasia fe75a9ce67
docs setup (#61)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-05 06:04:57 +05:30

393 B

Python SDK

We provide 2 pythonic interfaces for YOLO models:

Model Interface - To simply build, load, train or run inference on a model in a python application

Trainer Interface - To customize trainier elements depending on the task. Suitable for R&D ideas like architecutres.


Model Interface