./deepstream_test5 -c configs/test5_config_file_src_infer_tlt.txt bash: ./deepstream_test5: No such file or directory

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.

it’s deepstream-test5-app, not deepstream-test5

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.

Hi,
If i remove ./ getting the below error.
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
2021-02-05 05:55:26.137279: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.2
** ERROR: <parse_config_file:513>: parse_config_file failed
** ERROR: main:1383: Failed to parse config file ‘configs/test5_config_file_src_infer_tlt.txt’
Quitting
App run failed

Is the directory path where i am running this command is correct?

Yes. can you find configs/test5_config_file_src_infer_tlt.txt under the directory you are in?

How can you run without the config file you using under the configs directory? you need to put it under configs directory.