1. 19 Jul, 2018 1 commit
  2. 13 Jul, 2018 3 commits
  3. 10 Jul, 2018 2 commits
  4. 09 Jul, 2018 3 commits
  5. 05 Jul, 2018 1 commit
  6. 04 Jul, 2018 2 commits
  7. 03 Jul, 2018 1 commit
  8. 28 Jun, 2018 1 commit
  9. 26 Jun, 2018 3 commits
  10. 25 Jun, 2018 1 commit
  11. 22 Jun, 2018 1 commit
  12. 21 Jun, 2018 1 commit
  13. 20 Jun, 2018 1 commit
  14. 14 Jun, 2018 2 commits
  15. 09 Jun, 2018 1 commit
  16. 08 Jun, 2018 1 commit
  17. 07 Jun, 2018 3 commits
    • rockzhan's avatar
      Merge pull request #11649 from rockzhan:dnn_dw_prelu · 1187a7fa
      rockzhan authored
      dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu]  (#11649)
      
      * this can make sure [depthwise conv(group=1) + bn + prelu] output not shift
      
      * add TEST to show the output mismatch in [DWconv+Prelu]
      
      * fix typo
      
      * change loading image to init cvMat directly
      
      * build runtime model, without loading external model
      
      * remove whitespace
      
      * change way to create a cvmat
      
      * add bias_term, add target output
      
      * fix [dwconv + prelu] value mismatch when no optimizations
      
      * fix Test error when change output channels
      
      * add parametric test
      
      * change num_output to group value
      
      * change conv code and change test back
      1187a7fa
    • 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
    • Dmitry Kurtaev's avatar
      Wrap Inference Engine init to try-catch · f3a6ae5f
      Dmitry Kurtaev authored
      f3a6ae5f
  18. 05 Jun, 2018 1 commit
  19. 04 Jun, 2018 2 commits
  20. 03 Jun, 2018 1 commit
  21. 01 Jun, 2018 1 commit
  22. 31 May, 2018 3 commits
  23. 30 May, 2018 1 commit
  24. 29 May, 2018 2 commits
  25. 22 May, 2018 1 commit
    • Alexander Alekhin's avatar
      improve code quality · 471c1732
      Alexander Alekhin authored
      - eliminate rand() calls
      - non initialized members/ variables
      - unused return values
      - missing/useless NULL checks
      471c1732