Helmet Detection

License

NFFS-HELM

This analytic is GPU-based please ensure you meet the minimum requirement.

Run

Docker compose config:

version: '3.3'
services:
  demo:
    image: "${HELMET_DETECTION_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?