666 Commits (f1dc26d7ce52cee18b94855876a142e88d2b1a59)

Author SHA1 Message Date
Alexander Alekhin 1060c0f439 dnn: apply CV_OVERRIDE/CV_FINAL 7 years ago
Dmitry Kurtaev e039fc3a63 Replace protobuf's ReleaseLast to RemoveLast to deallocate memory. 7 years ago
Dmitry Kurtaev 2f3a9ba1d4 Update OpenCVDetectInferenceEngine.cmake 7 years ago
Dmitry Kurtaev 7972f47ed4 Load networks from intermediate representation of Intel's Deep learning deployment toolkit. 7 years ago
Dmitry Kurtaev e8fe6ee4e3 Fix prior box generation in case of squared proposals. 7 years ago
Alexander Alekhin 6c051a55e5 cmake: don't add include <module>/src directory to avoid conflicts 7 years ago
Dmitry Kurtaev 069f9add80 Fix an issue https://github.com/opencv/opencv/issues/11102 7 years ago
Dmitry Kurtaev 538fd42363 Add test for Scalar arguments at CommandLineParser 7 years ago
Dmitry Kurtaev ab20d2a3fc Update assertions in batch norm layer 7 years ago
Dmitry Kurtaev 69a8f110b6 Fuse subgraphs from Keras 7 years ago
Dmitry Kurtaev 9457bf10ab Fuse batch normalization and flatten TensorFlow subgraphs in runtime 7 years ago
Dmitry Kurtaev 0f01b40dd5 Reset OpenCL kernels if batch size changes 7 years ago
Dmitry Kurtaev 0a61ebdd66 Replace DNNTarget and DNNBackend in tests 7 years ago
Dmitry Kurtaev e1c3237532 Parametric OpenCL deep learning tests 7 years ago
Dmitry Kurtaev f2440ceae6 Update tutorials. A new cv::dnn::readNet function 7 years ago
Dmitry Kurtaev e8d94ea87c Unite deep learning object detection samples 7 years ago
Alexander Alekhin e79be78ef4 dnn(workaround): switch to CPU target if compiled without OpenCL 7 years ago
Alexander Alekhin 4a6d582f2e dnn: make OpenCL DNN code optional 7 years ago
Alexander Alekhin a9ebc61f2a dnn(workaround): switch to CPU target if compiled without OpenCL 7 years ago
Alexander Alekhin 1b83bc48a1 dnn: make OpenCL DNN code optional 7 years ago
Alexander Alekhin a838a97092 dnn: fix precomp.hpp usage 7 years ago
Wu Zhiwen ef937dd676 ocl4dnn: Fix SAME padding mode for convolve 7 years ago
Maksim Shabunin 0f1e193193 Fixed two issues found by static analysis 7 years ago
Maksim Shabunin 7c855aa3e1 Fixed two issues found by static analysis 7 years ago
Alexander Alekhin 4a74408eee experimental version++ 7 years ago
Li Peng 608968aa83 Deconvolution ocl fix 7 years ago
Li, Peng 5caf6244a3 Merge pull request #10922 from pengli:dnn 7 years ago
Maksim Shabunin 92e9d4ec3a Fixed several issues detected by static analysis 7 years ago
Li Peng e7d35d51fa Fix for opencv face detector ocl test 7 years ago
Li Peng c524f669c7 Fallback for "SAME" padMode in ocl convolution and pooling 7 years ago
Dmitry Kurtaev eab556e1e0 OpenCV face detection network in TensorFlow 7 years ago
Li Peng 2863f950d6 ReLU6 layer ocl support 7 years ago
Dmitry Kurtaev 8b4871a28d Use only absolute prior boxes explicit sizes. Remove scales attributes. (#10874) 7 years ago
Dmitry Kurtaev 34ba32ff27 Fix DNN flatten test 7 years ago
Alexander Alekhin c020a7bb67 build: portable integer types 7 years ago
Dmitry Kurtaev f8d0d6365e Add a flag to manage average pooling with padding 7 years ago
Dmitry Kurtaev a66b5e2c13 Add const getInputsInfo 7 years ago
Li Peng 80d1f2ddfa re-enable tensor flow mobilenet ssd ocl test 7 years ago
Li Peng 5992c46606 add fallback case for ocl convolution 7 years ago
Li Peng 00d2f34888 ocl fix for detection_output and prior_box layer 7 years ago
Dmitry Kurtaev 514e6df460 Refactored deep learning layers fusion 7 years ago
Dmitry Kurtaev a6baedd02c Fix deconvolution layer. Add batch norm layer with mean-variance normalization from TensorFlow. 7 years ago
Sui Libin 1ad814a191 fix faster_rcnn sample crashed at PoolingInvoker on Windows7(x64). (#10724) 7 years ago
luz.paz 5718d09e39 Misc. modules/ typos 7 years ago
Rémi Ratajczak b67523550f dnn : Added an imagesFromBlob method to the dnn module (#10607) 7 years ago
Alexander Alekhin 5a791e6e06 cmake: update reporting of excluded dispatching files (#10711) 7 years ago
Dmitry Kurtaev 7fe97376c2 MobileNet-SSD from TensorFlow 1.3 and Inception-V2-SSD using Inference Engine backend 7 years ago
Dmitry Kurtaev ed94136548 OpenCV face detection network using Inference Engine backend 7 years ago
Dmitry Kurtaev 8817907647 Test for FP16 version of OpenCV face detection network 7 years ago
Li Peng c43498c6ad check vector emptiness before access it 7 years ago