You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have managed to run deepstream-test5 and YOLOV7 models with DeepStream seperately. In deepstream-test5, I configured a sink component that sinks the objects to the Kafka and it works, but the same configuration didn't work with the YOLOV7 model. Here is the sink component that I use:
My aim is to generate Kafka messages when the YOLOV7 model detects a specific object. What are the requirements for this purpose? Should I write a custom code using SDK to achieve this, or is it configurable via pipeline/inference configurations?
I am not sure if it's the right repository for this issue but any kind of help is appreciated! Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I have managed to run
deepstream-test5
and YOLOV7 models with DeepStream seperately. Indeepstream-test5
, I configured asink
component that sinks the objects to the Kafka and it works, but the same configuration didn't work with the YOLOV7 model. Here is thesink
component that I use:My aim is to generate Kafka messages when the YOLOV7 model detects a specific object. What are the requirements for this purpose? Should I write a custom code using SDK to achieve this, or is it configurable via pipeline/inference configurations?
I am not sure if it's the right repository for this issue but any kind of help is appreciated! Thanks.
The text was updated successfully, but these errors were encountered: