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

Commit 2ac602d

Browse files
committed
2 parents 8021fff + 3c439f0 commit 2ac602d

4 files changed

Lines changed: 249 additions & 125 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

TODO.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# TODO list
22

3-
+ numpy version should be the same as for tensorflow-cpu (?)
43
+ get rid of tensorflow-cpu in tests
5-
+ add examples
6-
+ check JIT speed
74
+ Auto value for `-D INF_ENGINE_RELEASE`: https://github.com/openvinotoolkit/openvino/issues/1435
85
+ https://answers.opencv.org/question/236271/what-the-difference-between-cv_version_status-values/

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)