-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Mediapipe VS Nvidia's Deep Stream #37
Comments
Hi,
Hope that can help distinguish the two frameworks. |
…ure_rec_lateinit_not_initialized Adding exception catch to adapter that runs before helper is finished…
This argument was made in 2019. Has anything changed since then? While I'm not an NVIDIA enthusiast, it's important to highlight some information about DeepStream. It's true that DeepStream operates on NVIDIA GPUs, leveraging hardware to accelerate processing, particularly in decoding plugins. Additionally, it simplifies the creation of output RTSP streams from processed video, a feature that MediaPipe does not support. Due to its use of TensorRT engines, models can run more quickly. NVIDIA also offers code to facilitate the easy conversion of various models into TensorRT engines. You can visualize graphs using Graphviz, but for analysis, GstShark is utilized. |
Hi,
Just curious to understand the differences between the Mediapipe and Deepstream (https://developer.nvidia.com/deepstream-sdk), are these both addressing the same problem space. Maybe solutions spaces could be different, but are problem spaces same?
Best Regards,
Suman
The text was updated successfully, but these errors were encountered: