Hi All,
I am working on TDA2x. I have 2 algorithms namely, Face detection and Eye Detection.
The current pipeline is first the face detection algorithm works, and its output is given to eye detection algorithm. So in current situation both the algorithm works serially as my eye detection is dependent on face detection's output.
I want to change the flow of the framework. I want my flow in such a way that face detection will happen on current captured frame and at the same time eye detection has the previous frame from face detection plugin.
So my face detection would be working on nth frame and eye detection would be processing (n-1)th frame from face detection plugin.
I want to know is this implementation possible in Vision SDK? And if Yes, then how to I pass previous frame output from face detection plugin to eye detection plugin?
Any help will be appreciated.
Thanks,
Mrunali