Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel4

Preparation

...

Please refer here for the environment construction procedure.

...

 AI model convert tool: Tensorflow

 AI model convert: ONNX(PyTorch)

Evaluate AI model

...

The CV tool does not include a mechanism to evaluate the inference time, accuracy, etc. of the converted model.

...

For details on how to install, refer to the document "AdamAppDevelopmentManualForIpro.pdf" included with the SDK. here.

Also, make sure you have an i-PRO network camera that the app can install on.

...

First, copy the DnnSdApp package (DnnSdApp_V0_45_ambaCV2XambaCV2X5X.ext) in the container to the host PC.

...

Code Block
$ cd [Work Directory]
$ sudo docker run -it --rm -v $(pwd):/work [image name] /bin/bash
$ cp /home/cvtool/app/DnnSdApp_V0_45_ambaCV2XambaCV2X5X.ext /work

Launch a browser and access the detailed setting

...

layernameout: Output layer name (separated by comma for multiple settings)

Note

DnnSdApp may not work properly, when “/” is contained in layernamein or layernameout.

NETNAME: Model name

TftpServerIP:TFTP server address where models are stored
       *Set if SD card is not used

ChannelNum:Channels of model

ImgHeight:Height of input image

ImgWidth:Width of input image

PixelFormat:Pixel format of model

Prepare evaluation images

...

Code Block
tar cvzf dnn.tar.gz dnn

Folder configuration

Remarks

dnn/

test_jpeg/

yyy1.jpg

jpeg placement directory, file names are arbitrary

File extension: ".jpg", ".jpeg", ".JPG", ".JPEG"

 

yyy2.jpg

:

test_mp4/

 

 

zzz1.mp4

mp4 placement directory, file name to be deployed is arbitrary

File ectension: ".mp4"

zzz2.mp4

:

Upload images to DnnSdApp

...