How to execute code ? to display width and height of detected mask item ? in marcoslucianops/DeepStream-Yolo-Seg

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)

Code : GitHub - marcoslucianops/DeepStream-Yolo-Seg: NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 implementation for YOLO-Segmentation models

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

  1. 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 ?

  2. How to execute code once again ? to display width and height of detected mask item ?

Problem solved. Thank you very much.

Thanks for the update!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.