Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending Bounding Box info through UDP connection #518

Open
jsaffyvtti opened this issue Feb 29, 2024 · 1 comment
Open

Sending Bounding Box info through UDP connection #518

jsaffyvtti opened this issue Feb 29, 2024 · 1 comment

Comments

@jsaffyvtti
Copy link

Hi I am using deepstream yolo for traffic monitoring purposes and am trying to send the bounding box info through a udp connection. I am familiar with deep learning and computer vision models specifically but am new to this low level cuda programming and video streaming and was having trouble setting up a pipeline with gi and pyds.

So I tried going into the nvdsparsebbox_Yolo_cuda.cu file and set up a UDP server but am unable to import any c++ code into the decodeTensorYoloCuda function, I am unfamiliar with cuda programming but I see now that it has to do with global and device functions although I'm unsure of how to fix that.

I then found the deepstream_app.c code in the opt/deepstream/... folder and tried editing that. I was able to get it to compile and run but it seems it didn't do any of the changes I made to the code which makes me think I'm editing the wrong file.

If anyone has any insight on how I may be able to fix my issues, I'd appreciate the help!

Thanks

Josh

@marcoslucianops
Copy link
Owner

You need to use the apps provided by NVIDIA (python or C/C++) and add you logic there. You can use this plugin with any DeepStream code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants