Run VehicleMakeNet with JetPack 4.6.1 and DeepStream 6.0

Hello,

I tried to run VehicleMakeNet on my NVIDIA Jetson Nano but encountered several issues.

Device: NVIDIA Jetson Nano
JetPack: 4.6.1
DeepStream: 6.0.1

I have changed the execution script as follows to support DeepStream 6.0 because the original command is for DeepStream 5.1:

sudo docker run --gpus all -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -v $HOME:/opt/nvidia/deepstream/deepstream-6.0/samples/models/tlt_pretrained_models -w /opt/nvidia/deepstream/deepstream-6.0/samples/configs/tlt_pretrained_models nvcr.io/nvidia/deepstream-l4t:6.0-samples deepstream-app -c deepstream_app_source1_dashcamnet_vehiclemakenet_vehicletypenet.txt

Error Log:
docker: Error response from daemon: could not select device driver “” with capabilities: [[GPU]].

Could this a problem about my DeepStream version along with my JetPack? I can reinstall JetPack 4.5.1 which contains DeepStream 5.1, however, before that it is better if there is a solution.

Thank you.

–gpus it’s for dGPU.
please replace with --runtime=nvidia

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.