docs setup (#61)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
7ec7cf3aef
commit
fe75a9ce67
16 changed files with 258 additions and 3 deletions
11
docs/sdk.md
Normal file
11
docs/sdk.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue