Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ed3b0de

Browse files
committed
examples added
1 parent d92a301 commit ed3b0de

3 files changed

Lines changed: 249 additions & 122 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip3 install opencv-python-inference-engine
1414

1515
## Examples of usage
1616

17-
I'll do more straightforward and well-documented examples of usage in the foreseeable future. But for now, please see the tests folder.
17+
Please see the `examples.ipynb` in the `tests` folder.
1818

1919
You will need to preprocess data as a model requires and decode the output. A description of the decoding *should* be in the model documentation with examples in open-vino documentation, however, in some cases, the original article may be the only information source. Some models are very simple to encode/decode, others are tough (e.g., PixelLink in tests).
2020

tests/examples.ipynb

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.

tests/tests.ipynb

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)