Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) nano
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only) 6.0
• TensorRT Version8.6.2.3-1+cuda12.2
• NVIDIA GPU Driver Version (valid for GPU only) NVIDIA-SMI 540.2.0
• Issue Type( questions, new requirements, bugs)
Executed code : deepstream-app -c deepstream_app_config.txt
Now to visualized the width and hight over each detected item : changed the code in `/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-app
modified : deepstream_app.c
Executed : make
Output : It generated
deepstream-app
then executed # Make install
bash: Make: command not found
content in the folder :
Makefile deepstream_app_config_parser.c
README deepstream_app_config_parser.o
deepstream-app deepstream_app_config_parser_yaml.cpp
deepstream_app.c deepstream_app_config_parser_yaml.o
deepstream_app.h deepstream_app_main.c
deepstream_app.o deepstream_app_main.o
-
Should I have to copy deepstream-app from `/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-app to /home/paymentinapp/DeepStream-Yolo-Seg-master ?
-
How to execute code once again ? to display width and height of detected mask item ?