Skip to content

Conversation

@Sarah5567
Copy link
Collaborator

Summary

Added deepstream_pipeline_gpu.py, combining the GPU frame-skipping probe, GPU background-removal module, and modular nvmsgbroker metadata probe into a single unified pipeline.

Result

An end-to-end DeepStream pipeline that integrates all required components and runs successfully.

closes #140

Sarah5567 and others added 3 commits December 7, 2025 00:15
Co-authored-by: Sarah Gershuni <sarah556726@gmail.com>
Co-authored-by: ruti_cohen <r0583283575@gmail.com>

const double MSE_THRESH = 20.0;
const double SSIM_THRESH = 0.998;
const double MSE_THRESH = 99.0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to change it?

@Sarah5567 Sarah5567 merged commit 700c835 into main Dec 8, 2025
1 check failed
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

Successfully merging this pull request may close these issues.

Create a final pipeline (frame comparison GPU and background removal GPU)

4 participants