1. 28 Apr, 2018 1 commit
  2. 24 Apr, 2018 1 commit
  3. 23 Apr, 2018 1 commit
  4. 28 Mar, 2018 1 commit
  5. 06 Mar, 2018 1 commit
  6. 22 Feb, 2018 1 commit
    • Andrej Muhič's avatar
      Merge pull request #1552 from amuhic:master · ced5aa76
      Andrej Muhič authored
      Implementation of CSR-DCF tracker (#1552)
      
      * Initial commit for CSR-DCF tracker implementation
      
      * Fixes for automatic build
      
      * General code fixes
      
      * Removed unused parameters. Added CSRT to automatic tests.
      
      * Fixed VS build warnings. Fixed a bug with gray sequences.
      
      * Fixed VS build errors for samples file.
      ced5aa76
  7. 02 Feb, 2018 1 commit
  8. 30 Jan, 2018 1 commit
  9. 09 Jan, 2018 1 commit
  10. 14 Dec, 2017 1 commit
  11. 11 Dec, 2017 1 commit
  12. 05 Dec, 2017 1 commit
  13. 02 Dec, 2017 1 commit
  14. 29 Nov, 2017 1 commit
  15. 17 Nov, 2017 1 commit
  16. 25 Oct, 2017 1 commit
  17. 23 Oct, 2017 11 commits
  18. 18 Oct, 2017 1 commit
  19. 10 Oct, 2017 2 commits
    • Alexander Alekhin's avatar
      build warning (#1400) · 374e3218
      Alexander Alekhin authored
      374e3218
    • Vladislav Sovrasov's avatar
      KCF speedup (#1374) · 41995b76
      Vladislav Sovrasov authored
      * kcf use float data type rather than double.
      
      In our practice, float is good enough and could get better performance.
      With this patch, one of my benchmark could get about 20% performance gain.
      Signed-off-by: 's avatarZhigang Gong <zhigang.gong@intel.com>
      
      * Offload transpose matrix multiplication to ocl.
      
      The matrix multiplication in updateProjectMatrix is one of the
      hotspot. And because of the matrix shape is special, say the
      m is very short but the n is very large. The GEMM implementation
      in neither the clBLAS nor the in trunk implementation are very
      inefficient, I implement an standalone transpose matrix mulplication
      kernel here. It can get about 10% performance gain on Intel
      desktop platform or 20% performance gain on a braswell platform.
      And in the mean time, the CPU utilization will be lower.
      Signed-off-by: 's avatarZhigang Gong <zhigang.gong@intel.com>
      
      * Add verification code for kcf ocl transpose mm kernel.
      Signed-off-by: 's avatarZhigang Gong <zhigang.gong@linux.intel.com>
      
      * tracking: show FPS in traker sample
      
      * tracking: fix MSVC warnings in KCF
      
      * tracking: move OCL kernel initialization to constructor in KCF
      41995b76
  20. 28 Sep, 2017 1 commit
  21. 26 Sep, 2017 1 commit
  22. 20 Sep, 2017 1 commit
  23. 18 Sep, 2017 2 commits
  24. 05 Sep, 2017 2 commits
  25. 23 Aug, 2017 1 commit
  26. 02 Aug, 2017 1 commit
  27. 30 Jul, 2017 1 commit