1. 11 Jun, 2019 1 commit
  2. 18 May, 2019 1 commit
  3. 19 Apr, 2019 1 commit
    • Dmitry Kurtaev's avatar
      Merge pull request #13694 from dkurt:dnn_ie_async · a5c92c20
      Dmitry Kurtaev authored
      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
  4. 07 Sep, 2018 1 commit
  5. 06 Sep, 2018 1 commit
  6. 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
  7. 26 Apr, 2018 1 commit
  8. 15 Oct, 2017 1 commit
  9. 14 Oct, 2017 1 commit
    • Igor Wodiany's avatar
      Move vector_size_t and vector_vector_Mat · e2499e5b
      Igor Wodiany authored
      These two typdefs are not compiled when BUILD_opencv_dnn is set to
      false, however there are other modules that uses these typedef so
      it may cause build errors. Moving typedef to the python module
      ensures they are always defined.
      e2499e5b
  10. 26 Jun, 2017 1 commit