Isolate emb search process

• DeepStream Version 6.2

I run the face recognition pipeline with give me an emb in the secondary gie. I want to run the search process on this emb in an isolated thread so that this wont affect the pipeline performance. How can i do that ?

What is “emb” mean? Could you attach your whole pipeline?

this is embedding vector returned from sgie, i use sgie with mode 100 to return the output tensor meta.
My pipeline is pgie->tracker->sgie->search embedding->sink. I want to isolate the search embedding process since this take long time to search.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

OK. You can use a videotemplate plugin for the search embedding in your piepline. You can process your data in a new thread. Please refer to the demo: deepstream-gaze-app .

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.