Survial

Results 5 comments of Survial

Hi @lalten, to resolve this issue need next change: replase string `get_gpu_stats(ts, stats.at(13));` to `get_gpu_stats(ts, stats.at(11));` in file [**gtop.cc**]() ( function: `tegrastats parse_tegrastats(const char * buffer)`). As @martinkersner said, it...

Hello, could you tell me when you are about to publish the source code of CSR-DCF++? The point is that I started migrating the matlab version to c ++ with...

@mlinxiang , In the opencv csr tracker version, this feature is not implemented. You can try implement it as same as in base opencv trackers (like MOSSE). Simple way is...

@mlinxiang Ok, first. You do not need to use MOSSE, because it's a bad tracker =) Second. If you look at image [CSR-DCF approach](https://user-images.githubusercontent.com/12802864/26883749-54b16eae-4b9e-11e7-8506-94c211331218.png) from paper [Discriminative Correlation Filter Tracker...

Hello guys, we solved this problem in the following manner. One of OpenCV trackers (MOSSE tracker) has failure detection mechanism (description in official paper [Visual Object Tracking using Adaptive Correlation...