Alan Lukežič
Alan Lukežič
Hi @taochen526 , can you give a bit more information about how did you compile (VS version, commands used to compile, etc.) Thanks!
Thanks a lot @taochen526 I will let you know if I manage to compile and run the code on win10.
I was away for a few days so I have not work on this. I am not familiar with pybind11...did you use cmake for compiling? If yes, did you make...
Hi, nice to hear that the tracker works nice for you - btw, in what kind of an application do you use it? Speed can be boosted by reducing parameter...
After you make a modification in source (trackerCSRT.cpp) you have to re-compile the whole library (OpenCV+contrib). If you are using a pre-compiled version of OpenCV (e.g., the one installed using...
I think that the current version of the algorithm would not benefit much of the GPU due to the handcrafted features (HoG and Colornames do not speed-up much on a...
Hi, if you want a faster version of this algorithm you can check OpenCV contrib tracking module, where you can find c++ implementation of this tracker (CSRT tracker). It runs...
The results for the ClifBar sequence, downloaded from the OTB website, have 329 bounding boxes. Therefore I made this consistent with those results.
Yes, we plan to release the code in the near future. I will made an announcement here when it will be available.
Hi, I hope that it will be available within a month. 1.) Matlab converts an RGB image (all channels from range 0-255) to HSV so that image channels become on...