You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
393 B

# 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