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

Commit bff11d8

Browse files
authored
Update README.md
1 parent ce216ee commit bff11d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Remove previously installed versions of `cv2`
1212
pip3 install opencv-python-inference-engine
1313
```
1414

15+
## Examples of usage
16+
17+
I'll do more straightforward and well-documented examples of usage in the foreseeable future. But for now, please see the tests folder.
18+
19+
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).
20+
1521

1622
## Why
1723

0 commit comments

Comments
 (0)