Ask Your Question

Revision history [back]

You are on the OpenCV forum, so I guess you want to use OpenCV functionality for visual object tracking. In OpenCV, you can use Python 3 samples of DaSiamRPN and SiamRPN++ tracker: https://github.com/opencv/opencv/tree/master/samples/dnn Or you can use trackers from the opencv-contrib "tracking" module: https://github.com/opencv/opencv_contrib You can use them without GPU. But I did not try to run them with Raspberry or something like that.