marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

how can i use deepstream image inference with opencv? #541

Open kimsjpk1 opened 1 month ago

kimsjpk1 commented 1 month ago

i work for super resolution with deepstream. i checked issues in github about image inference and find websites.

i found a website in stackoverflow but it is old version(deepstream v 5.0)

https://stackoverflow.com/questions/63114460/push-opencv-mat-inside-a-deepstream-pipeline

i want to use opencv dnn function on super resolution in deepstream

can you teach me how to use?

thanks in advance

kimsjpk1 commented 1 month ago

i search c files in deepstream sample files. i found almost same with stackoverflow code

/opt/nvidia/deepstream/deepstream-6.3/sources/apps/sample_apps/deepstream-opencv-test/deepstream_opencv_test.c

plz check it and thank you if you answer my question