1. 02 12月, 2021 1 次提交
  2. 28 11月, 2021 1 次提交
  3. 05 10月, 2020 1 次提交
  4. 03 8月, 2020 1 次提交
  5. 19 4月, 2020 1 次提交
  6. 03 3月, 2020 1 次提交
  7. 24 2月, 2020 1 次提交
  8. 22 2月, 2020 1 次提交
  9. 08 2月, 2020 1 次提交
  10. 18 12月, 2019 1 次提交
  11. 02 12月, 2019 1 次提交
  12. 07 11月, 2019 1 次提交
  13. 01 10月, 2019 1 次提交
  14. 07 8月, 2019 1 次提交
    • L
      Merge pull request #15184 from l-bat:IE_R2 · 0e1ef8f8
      Lubov Batanina 提交于
      Support new IE API (#15184)
      
      * Add support OpenVINO R2 for layers
      
      * Add Core API
      
      * Fix tests
      
      * Fix expectNoFallbacksFromIE for ONNX nets
      
      * Remove deprecated API
      
      * Remove td
      
      * Remove TargetDevice
      
      * Fix Async
      
      * Add test
      
      * Fix detectMyriadX
      
      * Fix test
      
      * Fix warning
      0e1ef8f8
  15. 18 7月, 2019 1 次提交
  16. 23 6月, 2019 1 次提交
  17. 20 6月, 2019 1 次提交
  18. 19 5月, 2019 1 次提交
  19. 05 5月, 2019 1 次提交
  20. 20 4月, 2019 1 次提交
    • D
      Merge pull request #13694 from dkurt:dnn_ie_async · a5c92c20
      Dmitry Kurtaev 提交于
      Asynchronous API from Intel's Inference Engine (#13694)
      
      * Add forwardAsync for asynchronous mode from Intel's Inference Engine
      
      * Python test for forwardAsync
      
      * Replace Future_Mat to AsyncMat
      
      * Shadow AsyncMat
      
      * Isolate InferRequest callback
      
      * Manage exceptions in Async API of IE
      a5c92c20
  21. 28 1月, 2019 1 次提交
  22. 05 12月, 2018 1 次提交
  23. 19 11月, 2018 1 次提交
  24. 15 11月, 2018 1 次提交
  25. 06 9月, 2018 1 次提交
  26. 19 7月, 2018 1 次提交
  27. 04 6月, 2018 1 次提交
  28. 24 4月, 2018 1 次提交
  29. 05 3月, 2018 1 次提交
  30. 12 2月, 2018 1 次提交
    • R
      dnn : Added an imagesFromBlob method to the dnn module (#10607) · b6752355
      Rémi Ratajczak 提交于
      * 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
  31. 04 2月, 2018 1 次提交
    • A
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin 提交于
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  32. 13 1月, 2018 1 次提交
  33. 27 10月, 2017 1 次提交