Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nsions into v2
  • Loading branch information
kprokofi committed Feb 14, 2024
2 parents bddffa6 + c5ad425 commit 8b69f62
Show file tree
Hide file tree
Showing 78 changed files with 1,414 additions and 562 deletions.
215 changes: 62 additions & 153 deletions for_developers/add_custom_model.ipynb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions for_developers/cli_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,24 @@ Override Parameters
otx train ... --model.num_classes <num-classes> --max_epochs <max-epochs>
```

Testing with checkpoint

```console
otx test ... --checkpoint <checkpoint-path>
```

Export to OpenVINO IR model or ONNX (Default="OPENVINO")

```console
otx export ... --checkpoint <checkpoint-path> --export_format <export-format>
```

Testing with Exported model output

```console
otx test ... --checkpoint <checkpoint-path-IR-xml-or-onnx>
```

## How to write OTX Configuration (recipe)

### Configuration
Expand Down
Loading

0 comments on commit 8b69f62

Please sign in to comment.