1. 07 Aug, 2018 1 commit
  2. 02 Aug, 2018 1 commit
  3. 25 Jul, 2018 2 commits
  4. 19 Jul, 2018 1 commit
  5. 11 Jul, 2018 1 commit
  6. 10 Jul, 2018 1 commit
  7. 09 Jul, 2018 1 commit
    • asciian's avatar
      Reading net from std::ifstream · 61d8719b
      asciian authored
      Remove some assertions
      
      Replace std::ifstream to std::istream
      
      Add test for new importer
      
      Remove constructor to load file
      
      Rename cfgStream and darknetModelStream to ifile
      
      Add error notification to inform pathname to user
      
      Use FileStorage instead of std::istream
      
      Use FileNode instead of FileStorage
      
      Fix typo
      61d8719b
  8. 22 Jun, 2018 1 commit
  9. 21 Jun, 2018 1 commit
  10. 10 Jun, 2018 1 commit
  11. 07 Jun, 2018 1 commit
    • David's avatar
      Added ResizeBilinear op for tf (#11050) · 7175f257
      David authored
      * Added ResizeBilinear op for tf
      
      Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
      
      Minor changes to tf_importer and resize layer to save some code lines
      
      Minor changes in init.cpp
      
      Minor changes in tf_importer.cpp
      
      * Replaced implementation of a custom ResizeBilinear layer to all layers
      
      * Use Mat::ptr. Replace interpolation flags
      7175f257
  12. 04 Jun, 2018 1 commit
  13. 03 Jun, 2018 1 commit
  14. 31 May, 2018 1 commit
  15. 30 May, 2018 1 commit
  16. 28 May, 2018 1 commit
  17. 11 May, 2018 1 commit
  18. 27 Apr, 2018 1 commit
  19. 24 Apr, 2018 2 commits
  20. 17 Apr, 2018 1 commit
  21. 10 Apr, 2018 1 commit
  22. 09 Apr, 2018 1 commit
  23. 28 Mar, 2018 1 commit
  24. 26 Mar, 2018 1 commit
  25. 13 Mar, 2018 1 commit
  26. 04 Mar, 2018 1 commit
  27. 03 Mar, 2018 1 commit
  28. 23 Feb, 2018 1 commit
  29. 20 Feb, 2018 1 commit
  30. 14 Feb, 2018 1 commit
  31. 13 Feb, 2018 1 commit
  32. 12 Feb, 2018 2 commits
    • luz.paz's avatar
      Misc. modules/ typos · 5718d09e
      luz.paz authored
      Found via `codespell`
      5718d09e
    • Rémi Ratajczak's avatar
      dnn : Added an imagesFromBlob method to the dnn module (#10607) · b6752355
      Rémi Ratajczak authored
      * Added the imagesFromBlob method to the dnn module.
      
      * Rewritten imagesFromBlob based on first dkurt comments
      
      * Updated code with getPlane()
      
      * Modify comment of imagesFromBlob() in dnn module
      
      * modified comments, removed useless assertions & added OutputArrayOfArray
      
      * replaced tabs with whitespaces & put vectorOfChannels instantiation outside the loop
      
      * Changed pre-commit.sample to pre-commit in .git/hooks/
      
      * Added a test for imagesFromBlob in test_misc.cpp (dnn)
      
      * Changed nbOfImages, robustified test with cv::randu, modified assertion
      b6752355
  33. 06 Feb, 2018 1 commit
  34. 13 Jan, 2018 2 commits
  35. 20 Dec, 2017 1 commit
  36. 18 Dec, 2017 1 commit