Hi,
I'm trying to use a yolov8 medium neural network for object detection and a tracker to evaluate the object's movements. The neural network is really slow (we have 2fps on XLinkOut3 referencing the graph below) so I want to use zero term tracking to track the objects between 2 inferences and not run the neural network detection on every frame.
Is there an example somewhere to achieve that ?
How is XLinkOut3 influenced by the neural network ?
This is how the pipeline is currently looking, is there something wrong with it ?
