I am following the deepstream-occupancy-analytics blog and trying to run that in my local system. when i run the ./deepstream_test5 -c configs/test5_config_file_src_infer_tlt.txtcommand i am getting the below log.
root@ff35d5cda1c4:/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5# ./deepstream_test5 -c configs/test5_config_file_src_infer_tlt.txt
bash: ./deepstream_test5: No such file or directory
Don’t know why it’s coming even though my directory path is right. I tried chmod command also to make that file executable but still the same thing is coming.
Hi,
Tried with this also again the same thing is coming.
root@5392745144ec:/opt/nvidia/deepstream/deepstream-5.0/streams/sources/apps/sample_apps/deepstream-test5# ./deepstream-test5-app -c configs/test5_config_file_src_infer_tlt.txt
bash: ./deepstream-test5-app: No such file or directory
By default the samples directory do not contain the compiled binary, you can remove ./, using it from system path, or you can compile it using the way you currently use.
you can refer to README for how to compile and run.