We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4e9a6 commit b2832aeCopy full SHA for b2832ae
README.md
@@ -19,9 +19,12 @@ If you are testing Sample Networks:
19
20
Change these parameters according to your training data if you are testing your own network.
21
22
+You can choose between ONNX and Tensorflow Lite for inference.
23
+
24
## Libraries used:
25
* [CxImage](https://www.codeproject.com/Articles/1300/CxImage) for image encoding/decoding;
26
* [ONNX](https://github.com/onnx/onnx) neural network engine with DirectML.
27
+* [Tensorflow Lite](https://ai.google.dev/edge/litert) neural network engine.
28
29
## Requirements for Devs
30
* Visual Studio 2022 with MFC
0 commit comments