Metropolis Microservices/RidgeRun Services/Detection: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 120: Line 120:
docker run --runtime nvidia -it --network host --name detection-service  ridgerun/detection-service:latest detection --host 0.0.0.0
docker run --runtime nvidia -it --network host --name detection-service  ridgerun/detection-service:latest detection --host 0.0.0.0
</syntaxhighlight>
</syntaxhighlight>
Here we are creating a container called detection that will start the detection application (check [[Metropolis_Microservices/RidgeRun_Services/Detection#Using_Standalone_Application]]), launching the server in port 5030 and start detecting persons from the first VST stream available.
Here we are creating a container called detection that will start the detection application (check [[Metropolis_Microservices/RidgeRun_Services/Detection#Using_Standalone_Application | Using_Standalone_Application]]), launching the server in port 5030 and start detecting persons from the first VST stream available.