Hi all ,
I want to have 2 pipelines working in parallel or a pipeline containing 2 tasks.
I mean I will take the output of the camera and divide it in half, upper part will be used with a neural network 1 to detect object X and the bottom part will be used with another neural network 2 to detect object Y.
Is this possible to do ? or the camera can only run one task at a time ?