Documentation for Auto PSIM 1.0.1.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

General request format:

POST http://IP-address:port/UpdateServer

Request parameters:

ParameterRequiredParameter description
deviceYesThe device on which the neural network is running: CPU or GPU
fileYes

Full path to the trained neural network file

sensitivityYesRecognition sensitivity
keyYesAn 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
lpridYes

Identifier of the LPR channel in Auto Axxon PSIM

Request example:

POST http://127.0.0.1:8091/UpdateServer

{
 "device": "CPU",
 "file": "C:\Videos\dpe_001_openvino.ann",
 "sensitivity": 65,
 "key": "C:\Videos\dpe_001_openvino.annCPU",
 "lprid": "1"
}
  • No labels