1. 15 Jun, 2017 2 commits
  2. 09 Jun, 2017 1 commit
  3. 06 Jun, 2017 1 commit
  4. 05 Jun, 2017 1 commit
  5. 26 May, 2017 1 commit
  6. 25 May, 2017 1 commit
  7. 24 May, 2017 4 commits
  8. 23 May, 2017 2 commits
  9. 17 May, 2017 1 commit
  10. 10 May, 2017 1 commit
  11. 25 Apr, 2017 5 commits
    • Vadim Pisarevsky's avatar
      removed trailing whitespaces · 75789089
      Vadim Pisarevsky authored
      75789089
    • Vadim Pisarevsky's avatar
      improved speed of ENet processing. · 9e26b24d
      Vadim Pisarevsky authored
      9e26b24d
    • Aleksandr Rybnikov's avatar
      053303ab
    • Vladislav Sovrasov's avatar
      dnn: fix build without Torch · 96222f36
      Vladislav Sovrasov authored
      96222f36
    • Vadim Pisarevsky's avatar
      refactored DNN (#1102) · 3f5b4655
      Vadim Pisarevsky authored
      * the first commit in the merged dnn: convert some public API from Blob's to Mat's
      
      * temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead
      
      * got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead
      
      * fixed a few compile errors
      
      * got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files
      
      * normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors
      
      * fixed sample compilation
      
      * suppress doxygen warnings
      
      * trying to fix python bindings generation for DNN module
      
      * temporarily disable python bindings while we refactor the module
      
      * fix win32/win64 compile errors; remove trailing whitespaces
      
      * fix win32/win64 compile errors; remove trailing whitespaces
      3f5b4655
  12. 29 Mar, 2017 1 commit
  13. 22 Feb, 2017 1 commit
  14. 19 Feb, 2017 1 commit
  15. 15 Feb, 2017 3 commits
  16. 14 Feb, 2017 1 commit
  17. 09 Feb, 2017 1 commit
  18. 08 Feb, 2017 1 commit
  19. 26 Jan, 2017 1 commit
  20. 25 Jan, 2017 3 commits
  21. 19 Jan, 2017 2 commits
  22. 18 Jan, 2017 1 commit
  23. 10 Jan, 2017 1 commit
  24. 22 Dec, 2016 1 commit
  25. 23 Nov, 2016 1 commit
  26. 21 Sep, 2016 1 commit