Frontal License Plate Recognition
License
NFFS-LPRF
Run
Docker compose config:
version: '3.3'
services:
demo:
image: "${LPR_SNAPSHOT_IMAGE}"
runtime: nvidia
pid: host
network_mode: host
command: [
--access-key, "${NODEFLUX_ACCESS_KEY}",
--secret-key, "${NODEFLUX_SECRET_KEY}",
--deployment-key, "${NODEFLUX_DEPLOYMENT_KEY}",
--listen-port, "4004",
--listen-port-monitoring, "5001",
--verbose,
]Run image
Last updated
Was this helpful?