Go to documentation repository
Page History
General request format:
POST http://IP-address:port/UpdateServer
Request parameters:
Parameter | Required | Parameter description |
---|---|---|
device | Yes | The device on which the neural network is running: CPU or GPU |
file | Yes | Full path to the trained neural network file |
sensitivity | Yes | Recognition sensitivity |
key | Yes | An arbitrary unique key. It is necessary to prevent reloading of the neural network file if several LPR channels use the same neural network file and device |
lprid | Yes | Identifier of the LPR channel in Auto-Intellect |
...
Request example:
POST http://127.0.0.1:8091/UpdateServer
...
Code Block |
---|
{
"device": "CPU",
"file": "C:\Videos\dpe_001_openvino.ann",
"sensitivity": 65,
"key": "C:\Videos\dpe_001_openvino.annCPU",
"lprid": "1"
} |
Overview
Content Tools