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

Question: Deepstream source code #1

Closed
ishangupta3 opened this issue Apr 3, 2020 · 5 comments
Closed

Question: Deepstream source code #1

ishangupta3 opened this issue Apr 3, 2020 · 5 comments

Comments

@ishangupta3
Copy link

Thanks for creating this repo; I was under the impression that the Nvidia deepstream sdk has to be edited in a c++ file. Here it seems that is not how the interaction with deep stream taking place. Any information to clear up my misconception will be helpful.

@marcoslucianops
Copy link
Owner

marcoslucianops commented Apr 3, 2020

You can use DeepStream with C++ or Python. My repo shows how to compile DeepStream to use Yolo models. You need edit deepstream apps code (deepstream-test1, deepstream-test2, etc.) according to your need and use compiled files.

@ishangupta3
Copy link
Author

If I use deepstream with Python, will that effect the performance issues compared to c++?

@ishangupta3
Copy link
Author

Do you know where I can access the deepstream apps code (deepstream-test1, deepstream-2)files?

@marcoslucianops
Copy link
Owner

marcoslucianops commented Apr 3, 2020

If I use deepstream with Python, will that effect the performance issues compared to c++?

Is the same performance, but Python is more sintax friendly than C++.
In this video, I'm using Python: https://www.youtube.com/watch?v=n3uYS550PDo

Do you know where I can access the deepstream apps code (deepstream-test1, deepstream-2)files?

C code is located in /opt/nvidia/deepstream/deepstream-4.0/sources/apps/sample_apps/
Python you need install from link: https://github.com/NVIDIA-AI-IOT/deepstream_python_apps

Edit: You can use gst-dsexample (C/C++) too. Is located in /opt/nvidia/deepstream/deepstream-4.0/sources/gst-plugins/gst-dsexample/

@ishangupta3
Copy link
Author

Thank you Marcos for your help.

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