Compress image inside Deepstream before sending it to Triton #6478
Unanswered
thangdt277
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Main pipeline is using Deepstream to process live stream from camera because DeepStream very fast for async call request instead of using triton grpc client.
My problem is limited to bandwidth. Message included image have too big memory size. So, i want to encode image like nvjpeg or turbo-jpeg before sending it to Triton Inference Server to make message smaller. Does anyone have experience with this?
Beta Was this translation helpful? Give feedback.
All reactions