Can someone guide me to run the Dashcamnet Tao Pretrained model card in a jetson nano please?
i tried to run it but since the jetpack, docker and deepstream had been updated, i cant figure out how to run de pruned model, but everytime i try i just got an error.
im trying with this comands modified from the documentation but i cant find a apropiated way to do it, im trying to run it for real time vision on a webcam via usb:
sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v $HOME:/opt/nvidia/deepstream/deepstream-6.0/samples/models/tao_pretrained_models/dashcamnet
-w /opt/nvidia/deepstream/deepstream-6.0 --device /dev/video0 -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream-l4t:6.0-samples/configs/tao_pretrained_models \
deepstream-app -c /opt/nvidia/deepstream/deepstream-6.0/samples/configs/tao_pretrained_models/deepstream_app_source1_dashcamnet_vehiclemakenet_vehicletypenet.txt
but i always got a docker error and just the deepstream-app tutorial video but i need to do it on the web cam