Is it possible to use opencv tracking methods such as MOSSE, KCF, CSRT for continoustracking in object detection?
Hey @WB108,
Yeah absolutely, you can do that! I’d suggest adding the OpenCV implementation - it should work without any problems in the GStreamer pipeline. Pretty seamless integration.
You can also check out our own tracker implementation in GitHub - hailo-ai/hailo-rpi5-examples - there’s some good stuff in there that should help you get started.