1. 02 Sep, 2019 1 commit
  2. 16 Aug, 2019 1 commit
    • luz.paz's avatar
      Fix modules/ typos · fcc7d8dd
      luz.paz authored
      Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
      
      backporting of commit: ec43292e
      fcc7d8dd
  3. 18 Jul, 2019 1 commit
  4. 17 Jul, 2019 1 commit
  5. 21 Jun, 2019 1 commit
  6. 14 Jun, 2019 1 commit
  7. 27 May, 2019 1 commit
  8. 22 May, 2019 1 commit
  9. 18 May, 2019 1 commit
  10. 16 May, 2019 1 commit
  11. 30 Apr, 2019 1 commit
    • Lubov Batanina's avatar
      Merge pull request #14301 from l-bat:conv3d · 77fa59c3
      Lubov Batanina authored
      Support Convolution3D layer on IE backend (#14301)
      
      * Add Convolution3D layer
      
      * Disable CXX11
      
      * Fixed tests
      
      * Add Pooling3D layer
      
      * Merge Conv2d with Conv3d and Pool2d with Pool3d layers
      
      * Split pads
      
      * Add Deconvolution layer
      
      * Refactoring
      
      * Deduplication
      
      * Refactoring
      
      * Add utils for Convolution and Pooling layers
      77fa59c3
  12. 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
  13. 16 Apr, 2019 1 commit
  14. 12 Apr, 2019 1 commit
  15. 29 Mar, 2019 1 commit
    • Lubov Batanina's avatar
      Merge pull request #13932 from l-bat:MyriadX_master_dldt · 7d3d6bc4
      Lubov Batanina authored
      * Fix precision in tests for MyriadX
      
      * Fix ONNX tests
      
      * Add output range in ONNX tests
      
      * Skip tests on Myriad OpenVINO 2018R5
      
      * Add detect MyriadX
      
      * Add detect MyriadX on OpenVINO R5
      
      * Skip tests on Myriad next version of OpenVINO
      
      * dnn(ie): VPU type from environment variable
      
      * dnn(test): validate VPU type
      
      * dnn(test): update DLIE test skip conditions
      7d3d6bc4
  16. 21 Dec, 2018 1 commit
  17. 05 Dec, 2018 1 commit
  18. 04 Dec, 2018 1 commit
  19. 19 Nov, 2018 1 commit
  20. 17 Nov, 2018 1 commit
  21. 15 Nov, 2018 1 commit
  22. 25 Sep, 2018 1 commit
  23. 18 Sep, 2018 1 commit
  24. 17 Sep, 2018 1 commit
  25. 12 Sep, 2018 2 commits
    • Dmitry Kurtaev's avatar
    • Marat K's avatar
      Merge pull request #12249 from kopytjuk:feature/region-layer-batch-mode · 38f8fc6c
      Marat K authored
      Feature/region layer batch mode (#12249)
      
      * Add batch mode for Darknet networks.
      
      Swap variables in test_darknet.
      
      Adapt reorg layer to batch mode.
      
      Adapt region layer.
      
      Add OpenCL implementation.
      
      Remove trailing whitespace.
      
      Bugifx reorg opencl implementation.
      
      Fix bug in OpenCL reorg.
      
      Fix modulo bug.
      
      Fix bug.
      
      Reorg openCL.
      
      Restore reorg layer opencl code.
      
      OpenCl fix.
      
      Work on openCL reorg.
      
      Remove whitespace.
      
      Fix openCL region layer implementation.
      
      Fix bug.
      
      Fix softmax region opencl bug.
      
      Fix opencl bug.
      
      Fix openCL bug.
      
      Update aff_trans.cpp
      
      When the fullAffine parameter is set to false, the estimateRigidTransform function maybe return empty, then the _localAffineEstimate function will be called, but the bug in it will result in incorrect results.
      
      core(libva): support YV12 too
      
      Added to CPU path only.
      OpenCL code path still expects NV12 only (according to Intel OpenCL extension)
      
      cmake: allow to specify own libva paths
      
      via CMake:
      - `-DVA_LIBRARIES=/opt/intel/mediasdk/lib64/libva.so.2\;/opt/intel/mediasdk/lib64/libva-drm.so.2`
      
      android: NDK17 support
      
      tested with NDK 17b (17.1.4828580)
      
      Enable more deep learning tests using Intel's Inference Engine backend
      
      ts: don't pass NULL for std::string() constructor
      
      openvino: use 2018R3 defines
      
      experimental version++
      
      OpenCV version++
      
      OpenCV 3.4.3
      
      OpenCV version '-openvino'
      
      openvino: use 2018R3 defines
      
      Fixed windows build with InferenceEngine
      
      dnn: fix variance setting bug for PriorBoxLayer
      
      - The size of second channel should be size[2] of output tensor,
      - The Scalar should be {variance[0], variance[0], variance[0], variance[0]}
        for _variance.size() == 1 case.
      Signed-off-by: 's avatarWu Zhiwen <zhiwen.wu@intel.com>
      
      Fix lifetime of networks which are loaded from Model Optimizer IRs
      
      Adds a small note describing BUILD_opencv_world (#12332)
      
      * Added a mall note describing BUILD_opencv_world cmake option to the Installation in Windows tutorial.
      
      * Made slight changes in BUILD_opencv_world documentation.
      
      * Update windows_install.markdown
      
      improved grammar
      
      Update opengl_interop.cpp
      
      resolves #12307
      
      java: fix LIST_GET macro
      
      fix typo
      
      Added option to fail on missing testdata
      
      Fixed that object_detection.py does not work in python3.
      
      cleanup: IPP Async (IPP_A)
      
      except header file with conversion routines (will be removed in OpenCV 4.0)
      
      imgcodecs: add null pointer check
      
      Include preprocessing nodes to object detection TensorFlow networks (#12211)
      
      * Include preprocessing nodes to object detection TensorFlow networks
      
      * Enable more fusion
      
      * faster_rcnn_resnet50_coco_2018_01_28 test
      
      countNonZero function reworked to use wide universal intrinsics instead of SSE2 intrinsics
      
      resolve #5788
      
      imgcodecs(webp): multiple fixes
      
      - don't reallocate passed 'img' (test fixed - must use IMREAD_UNCHANGED / IMREAD_ANYCOLOR)
      - avoid memory DDOS
      - avoid reading of whole file during header processing
      - avoid data access after allocated buffer during header processing (missing checks)
      - use WebPFree() to free allocated buffers (libwebp >= 0.5.0)
      - drop unused & undefined `.close()` method
      - added checks for channels >= 5 in encoder
      
      ml: fix adjusting K in KNearest (#12358)
      
      dnn(perf): fix and merge Convolution tests
      
      - OpenCL tests didn't run any OpenCL kernels
      - use real configuration from existed models (the first 100 cases)
      - batch size = 1
      
      dnn(test): use dnnBackendsAndTargets() param generator
      
      Bit-exact resize reworked to use wide intrinsics (#12038)
      
      * Bit-exact resize reworked to use wide intrinsics
      
      * Reworked bit-exact resize row data loading
      
      * Added bit-exact resize row data loaders for SIMD256 and SIMD512
      
      * Fixed type punned pointer dereferencing warning
      
      * Reworked loading of source data for SIMD256 and SIMD512 bit-exact resize
      
      Bit-exact GaussianBlur reworked to use wide intrinsics (#12073)
      
      * Bit-exact GaussianBlur reworked to use wide intrinsics
      
      * Added v_mul_hi universal intrinsic
      
      * Removed custom SSE2 branch from bit-exact GaussianBlur
      
      * Removed loop unrolling for gaussianBlur horizontal smoothing
      
      doc: fix English gramma in tutorial out-of-focus-deblur filter (#12214)
      
      * doc: fix English gramma in tutorial out-of-focus-deblur filter
      
      * Update out_of_focus_deblur_filter.markdown
      
      slightly modified one sentence
      
      doc: add new tutorial motion deblur filter (#12215)
      
      * doc: add new tutorial motion deblur filter
      
      * Update motion_deblur_filter.markdown
      
      a few minor changes
      
      Replace Slice layer to Crop in Faster-RCNN networks from Caffe
      
      js: use generated list of OpenCV headers
      
      - replaces hand-written list
      
      imgcodecs(webp): use safe cast to size_t on Win32
      
      * Put Version status back to -dev.
      
      follow the common codestyle
      
      Exclude some target engines.
      
      Refactor formulas.
      
      Refactor code.
      
      * Remove unused variable.
      
      * Remove inference engine check for yolov2.
      
      * Alter darknet batch tests to test with two different images.
      
      * Add yolov3 second image GT.
      
      * Fix bug.
      
      * Fix bug.
      
      * Add second test.
      
      * Remove comment.
      
      * Add NMS on network level.
      
      * Add helper files to dev.
      
      * syntax fix.
      
      * Fix OD sample.
      
      Fix sample dnn object detection.
      
      Fix NMS boxes bug.
      
      remove trailing whitespace.
      
      Remove debug function.
      
      Change thresholds for opencl tests.
      
      * Adapt score diff and iou diff.
      
      * Alter iouDiffs.
      
      * Add debug messages.
      
      * Adapt iouDiff.
      
      * Fix tests
      38f8fc6c
  26. 10 Sep, 2018 1 commit
    • Lubov Batanina's avatar
      Merge pull request #12071 from l-bat/l-bat:onnx_parser · 0c859002
      Lubov Batanina authored
      * Add Squeezenet support in ONNX
      
      * Add AlexNet support in ONNX
      
      * Add Googlenet support in ONNX
      
      * Add CaffeNet and RCNN support in ONNX
      
      * Add VGG16 and VGG16 with batch normalization support in ONNX
      
      * Add RCNN, ZFNet, ResNet18v1 and ResNet50v1 support in ONNX
      
      * Add ResNet101_DUC_HDC
      
      * Add Tiny Yolov2
      
      * Add CNN_MNIST, MobileNetv2 and LResNet100 support in ONNX
      
      * Add ONNX models for emotion recognition
      
      * Add DenseNet121 support in ONNX
      
      * Add Inception v1 support in ONNX
      
      * Refactoring
      
      * Fix tests
      
      * Fix tests
      
      * Skip unstable test
      
      * Modify Reshape operation
      0c859002
  27. 07 Sep, 2018 1 commit
  28. 06 Sep, 2018 1 commit
  29. 03 Sep, 2018 1 commit
  30. 25 Aug, 2018 1 commit
  31. 17 Aug, 2018 1 commit
  32. 15 Aug, 2018 1 commit
  33. 14 Aug, 2018 1 commit
  34. 07 Aug, 2018 1 commit
  35. 02 Aug, 2018 1 commit
  36. 25 Jul, 2018 2 commits
  37. 19 Jul, 2018 1 commit
  38. 11 Jul, 2018 1 commit