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

Performance accessment for my object detection app (DS6 python) from multi rtsp stream #25

Open
shaojun opened this issue Mar 13, 2022 · 0 comments

Comments

@shaojun
Copy link

shaojun commented Mar 13, 2022

There’re mutiple cameras in my production scenario, I’m planning to use Jetson NX or higher spec hardware to deploy a custom DS6 python app to implement the object detection for all of the cameras:

  • All cameras output 720p or 1080p with h.264 encoding, FPS30 streams by RTSP
    so my DS6 python app needs to read the streams by RTSP.
  • My DS6 python app is using a single TAO retrained detectnet_v2 resnet18 model for inference
    so the inferencing is based on single one model.
  • Requires inference perf can achive 30FPS

the benchmark cases listed in this repo are all for single stream, I’m not sure how to assess with my case of multiple RTSP stream, Could you 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

1 participant