- Edited
Hi,
I want to track faces and for each tracklet returned on a face, submit it to a neural network so that I can get some analysis. When the network responds I want to show that information for the same tracklet where the face came from.
How can I match the faces being sent to the neural network with the neural network responses? Is there any kind of assurance that the neural network puts responses in its output queue by the same order they are requested?
What do you think should be the best way to implement this scenario?
TIA