Hello Everyone, I was trying to run MiDaS( MiDaS/mobile at master · isl-org/MiDaS) on Deepstream. Below is the configuration, I am using
• Hardware Platform (Jetson / GPU) - Nvidia L4
• DeepStream Version - DS 7.1
• JetPack Version (valid for Jetson only) - NA
• TensorRT Version - 10.3.0.26
• CUDA Version - 12.6
• NVIDIA GPU Driver Version (valid for GPU only) - 560.35.05
• Issue Type( questions, new requirements, bugs) - I have created a parser file for postprocessing the output depth map from MiDaS. Deepstream requires a .so file to run. I am not able to convert my .cpp file to .so file using Make. Below is the link to all the required files :- Post-processor - Google Drive
• To reproduce the issue? - The folder should contain Makefile and
.cpp file. Run the command- “make CUDA_VER=12.6”
I am getting the following error. Please help if someone has encountered this or if someone knows what I am doing wrong.