CSRT Tracker on GPU?

Is there any way to compile the opencv contrib library (interested in the CSRT module) so that it can use CUDA to speed up computations?

unfortunately, there is no CUDA code for any of the tracking classes
(TLD has ocl/UMat support)

however, iā€™d expect some speedup for the dnn based trackers (goturn, dasiam)
once you can use the dnn cuda backend

1 Like