1. 24 Nov, 2016 1 commit
  2. 27 Oct, 2016 2 commits
  3. 21 Oct, 2016 2 commits
  4. 19 Oct, 2016 2 commits
  5. 17 Oct, 2016 4 commits
    • Vladislav Samsonov's avatar
      [GSoC] Implementation of the Global Patch Collider and demo for PCAFlow (#752) · ac62d70f
      Vladislav Samsonov authored
      * Minor fixes
      
      * Start adding correspondence finding
      
      * Added finding of correspondences using GPC
      
      * New evaluation tool for GPC
      
      * Changed default parameters
      
      * Display ground truth in the evaluation tool
      
      * Added training tool for MPI Sintel dataset
      
      * Added the training tool for Middlebury dataset
      
      * Added some OpenCL optimization
      
      * Added explanatory notes
      
      * Minor improvements: time measurements + little ocl optimization
      
      * Added demos
      
      * Fixed warnings
      
      * Make parameter struct assignable
      
      * Fix warning
      
      * Proper command line argument usage
      
      * Prettified training tool, added parameters
      
      * Fixed VS warning
      
      * Fixed VS warning
      
      * Using of compressed forest.yml.gz files by default to save space
      
      * Added OpenCL flag to the evaluation tool
      
      * Updated documentation
      
      * Major speed and memory improvements:
      1) Added new (optional) type of patch descriptors which are much faster. Retraining with option --descriptor-type=1 is required.
      2) Got rid of hash table for descriptors, less memory usage.
      
      * Fixed various floating point errors related to precision.
      SIMD for dot product, forest traversing is a little bit faster now.
      
      * Tolerant floating point comparison
      
      * Triplets
      
      * Added comment
      
      * Choosing negative sample among nearest neighbors
      
      * Fix warning
      
      * Usage of parallel_for_() in critical places. Performance improvments.
      
      * Simulated annealing heuristic
      
      * Moved OpenCL kernel to separate file
      
      * Moved implementation to source file
      
      * Added basic accuracy tests for GPC and PCAFlow
      
      * Fixing warnings
      
      * Test accuracy constraints were too strict
      
      * Test accuracy constraints were too strict
      
      * Make tests more lightweight
      ac62d70f
    • Pavel Rojtberg's avatar
    • Vladislav Sovrasov's avatar
    • samontab's avatar
      Add Fine Grained Saliency algorithm · a39e3623
      samontab authored
      a39e3623
  6. 14 Oct, 2016 1 commit
  7. 13 Oct, 2016 1 commit
  8. 12 Oct, 2016 2 commits
  9. 11 Oct, 2016 2 commits
  10. 08 Oct, 2016 1 commit
  11. 07 Oct, 2016 4 commits
  12. 06 Oct, 2016 1 commit
  13. 05 Oct, 2016 1 commit
  14. 04 Oct, 2016 4 commits
  15. 30 Sep, 2016 3 commits
  16. 28 Sep, 2016 1 commit
  17. 23 Sep, 2016 2 commits
  18. 22 Sep, 2016 3 commits
  19. 21 Sep, 2016 2 commits
  20. 15 Sep, 2016 1 commit
    • alessiodore's avatar
      Merge pull request #641 from alessiodore:kcfFix · 246ea8f3
      alessiodore authored
      * Fix kcfTracker when called from Python bindings. The variable boundingBox in updateImpl when called from Python is initialized with 0s and it needs to be updated with the tracker state.
      
      * Fix to return the bbox correctly in the first frame in Python
      246ea8f3