Hey!
So I've been stuck for a day or so trying to implement object tracking on my yolov5 model.
The program never even completely launches, it gets stuck at certain points.
Here is the combination of object tracking example provided in the documentation, with my model incorporated.
The JSON config is as following:
The model works just fine when doing object detection + spatial depth detection, but whenever i try to run any sort of object tracking with it, everything just hangs. I've managed to narrow it a bit and from what i realized is that it gets stuck at track = tracklets.get()
part and im not sure why.
Important to say that the example you've provided works flawlessly.
What could be the cause of this? Any help is appreciated!
Edit: A bit of an update.
I've done some tinkering with the pipeline and managed to get it to launch.