NVIDIA-AI-IOT / deepstream-occupancy-analytics

This is a sample application for counting people entering/leaving in a building using NVIDIA Deepstream SDK, Transfer Learning Toolkit (TLT), and pre-trained models. This application can be used to build real-time occupancy analytics applications for smart buildings, hospitals, retail, etc. The application is based on deepstream-test5 sample application.
MIT License
221 stars 73 forks source link

Unable to run the application #11

Closed gigwegbe closed 3 years ago

gigwegbe commented 3 years ago

I ran the command ./deepstream_test5 -c configs/test5_config_file_src_infer_tlt.txt I got: bash: ./deepstream_test5: No such file or directory How can we resolve the above? Thanks

oguzhanmeteozturk commented 3 years ago

Did you follow the commands and build the executable?

gigwegbe commented 3 years ago

Resolved. Thanks

gigwegbe commented 3 years ago

Update: It correct command is ./deepstream_test5 -c config/test5_config_file_src_infer_tlt.txt not ./deepstream_test5 -c configs/test5_config_file_src_infer_tlt.txt

monjha commented 3 years ago

Thank you for pointing that out. I have updated the command.