I’m running this on Jetson Nano (with JetPack 4.2.1).
$ deepstream-app --version-all
deepstream-app version 4.0
DeepStreamSDK 4.0
CUDA Driver Version: 10.0
CUDA Runtime Version: 10.0
TensorRT Version: 5.0
cuDNN Version: 7.3
Dewarper: not found
I’ve got this error :
$ deepstream-app -c deepstream_app_config_yoloV3.txt
** WARN: <parse_streammux:492>: Unknown key ‘cuda-memory-type’ for group [streammux]
** ERROR: <create_multi_source_bin:653>: Failed to create element ‘src_bin_muxer’
** ERROR: <create_multi_source_bin:715>: create_multi_source_bin failed
** ERROR: <create_pipeline:967>: create_pipeline failed
** ERROR: main:632: Failed to create pipeline
Quitting
App run failed
One sets the Cuda version and I cant remeber what the other on does.(Don’t have access to my nano at the moment)
I had to rum those commands before I could successfully run the examples.
You’re setup on your nano seems to be different than mine. All my deepstream4 stuff is all located in the file: /opt/nvidia/deepstream/deepstream-4.0/ on my nano. Interesting
RaviKiranK, you seem to be using nvinfer plugin config file and not the application config file. Can you try again by using the application config file ? It usually starts with source*…