NVIDIA / object-detection-tensorrt-example

Running object detection on a webcam feed using TensorRT on NVIDIA GPUs in Python.
211 stars 61 forks source link

cannot run this #14

Open thoughtsociety opened 4 years ago

thoughtsociety commented 4 years ago

Does not create container so it does not run.

sudo docker run --runtime=nvidia -it -vpwd:/mnt --device=/dev/video0 -e DISPLAY=$DISPLAY -v $XSOCK:$XSOCK -v $XAUTH:$XAUTH -e XAUTHORITY=$XAUTH object_detection_webcam Unable to find image 'object_detection_webcam:latest' locally docker: Error response from daemon: pull access denied for object_detection_webcam, repository does not exist or may require 'docker login'. See 'docker run --help'.

guillebot commented 4 years ago

Same here.

Cannot run.