TIEVisionLibrary.createNNet
Declaration
function createNNet(modelPath: PAnsiChar; configPath: PAnsiChar = nil; framework: PAnsiChar = nil): TIEVisionNNet; safecall;
Description
Create an
TIEVisionNNet instance to perform image classification and text detection.
The supported models are:
| Parameter | Description |
| modelPath | Path to the input model |
| configPath | Optional path to the configuration file |
| framework | Optional framework specification (values: 'caffe', 'tensorflow', 'torch', 'darknet', 'dldt', 'onnx') |
You can download model files from:
www.imageen.com/download/
More information on Deep Learning is available at:
learnopencv.com/deep-learning-with-opencvs-dnn-module-a-definitive-guide/