Alexander Alekhin
|
d6279bfff8
|
fix build warnings
|
7 years ago |
Li Peng
|
1b517a45ae
|
add fp16 accuracy and perf test
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
ba5e8befa9
|
fp16 ocl support for more layers
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
3dd916882a
|
fp16 ocl support for googlenet
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Li Peng
|
329abb5b64
|
dnn fp16 support
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Tomoaki Teshima
|
3f5347dd7a
|
work around of the test failure of opencv_test_dnn
* let OpenCL kernel run only on Intel GPU
* brush up the workaround based on 9a2b028 from alalek
|
7 years ago |
Alexander Alekhin
|
78f205ffa5
|
python: better Python 3 support
|
7 years ago |
Dmitry Kurtaev
|
8488f2e265
|
EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2)
|
7 years ago |
Dmitry Kurtaev
|
c99c3e761e
|
Fuse multipliers but not convolution layers weights
|
7 years ago |
Dmitry Kurtaev
|
777d77848c
|
Free Convolution and MatMul weights after TensorFlow layers import
|
7 years ago |
Dmitry Kurtaev
|
9ffe4694db
|
Reduce memory consumption at Caffe importer
|
7 years ago |
zuoshaobo
|
4ff6a1bc7b
|
Merge pull request #11425 from zuoshaobo:relu_negative_slope
* FIX INF_ENGINE RELU ERROR
* set slope to variable
* tab in indentwq
|
7 years ago |
cclauss
|
8a79b167b8
|
Define execfile, file, long, raw_input, xrange for Python 3
|
7 years ago |
cclauss
|
05c1a3d160
|
print() is a function in Python 3
|
7 years ago |
Alexander Alekhin
|
65b0b319eb
|
eliminate MSVS2017 build warning
modules\dnn\src\layers\prior_box_layer.cpp(208): warning C4834: discarding return value of function with 'nodiscard' attribute
|
7 years ago |
Alexander Alekhin
|
8c349ff8ff
|
core: added MatSize::dims() method
to avoid accessing of 'p[-1]' (static code analysers dislike this)
|
7 years ago |
Dmitry Kurtaev
|
d5b9563263
|
Custom deep learning layers in Python
|
7 years ago |
Alexander Alekhin
|
6b581c4e51
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
Alexander Alekhin
|
576d2dbac0
|
refactor: don't use CV_ErrorNoReturn() internally
|
7 years ago |
Dmitry Kurtaev
|
4ec456f0a0
|
Custom layers for deep learning networks (#11129)
* Custom deep learning layers support
* Stack custom deep learning layers
|
7 years ago |
Dmitry Kurtaev
|
d959d7b9f0
|
Fuse deconvolution layer subgraphs from Keras
|
7 years ago |
Dmitry Kurtaev
|
bd77d100e1
|
Enable some tests for clDNN plugin from Intel's Inference Engine
|
7 years ago |
Dmitry Kurtaev
|
3b4a292ca9
|
Let switch CPU/OpenCL targets for models from Intel's Model Optimizer
|
7 years ago |
Dmitry Kurtaev
|
66ce8cd7ea
|
Fix bugs found by valgrind
|
7 years ago |
Dmitry Kurtaev
|
97fec07d96
|
Support YOLOv3 model from Darknet
|
7 years ago |
Alexander Alekhin
|
ee90a6cbde
|
dnn(test): update error tolerance for RCNN/RFCN tests
|
7 years ago |
Tomoaki Teshima
|
a40354d16f
|
use correct name for NVIDIA
* remove NVidia and Nvidia
* replace Cuda with CUDA
* keep the letters for API
|
7 years ago |
Dmitry Kurtaev
|
b92c3182ab
|
Blank and L2-normalization layers from Intel's Inference Engine
|
7 years ago |
Dmitry Kurtaev
|
512632e574
|
Parse repeated values of ConvolutionParameter
|
7 years ago |
Dmitry Kurtaev
|
4ef6c91583
|
Fix multiple inputs for models from Intel's Model Optimizer
|
7 years ago |
Dmitry Kurtaev
|
1ba72ca0d3
|
Fuse tf.nn.l2_normalize layer
|
7 years ago |
Dmitry Kurtaev
|
709cf5d038
|
OpenCL GPU target for Inference Engine deep learning backend
Enable FP16 GPU target for DL Inference Engine backend.
|
7 years ago |
Vladislav Sovrasov
|
0d9c63744e
|
Add CPU default extensions loading in IE dnn backend (#11252)
* Add CPU default extensions loading in IE dnn backend
* Load cpu_extensions for the future Intel's Inference Engine
|
7 years ago |
Dmitry Kurtaev
|
ef1aaf12c9
|
Fix Proposal deep learning layer
|
7 years ago |
Dmitry Kurtaev
|
8d8f3bca6f
|
Update links to OpenCV's face detection network
|
7 years ago |
Dmitry Kurtaev
|
818a91f4f7
|
Update Torch testdata
|
7 years ago |
Dmitry Kurtaev
|
598039c0ed
|
Fix embedded Torch's nn.ConcatTable
|
7 years ago |
Alexander Alekhin
|
6c8014e7d1
|
cmake: disable checks for protobuf generated files
|
7 years ago |
Alexander Alekhin
|
1060c0f439
|
dnn: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
Dmitry Kurtaev
|
e039fc3a63
|
Replace protobuf's ReleaseLast to RemoveLast to deallocate memory.
Change an order of PriorBox layer operations.
|
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.
Fix batch norm in training phase.
|
7 years ago |
Alexander Alekhin
|
6c051a55e5
|
cmake: don't add include <module>/src directory to avoid conflicts
during opencv_world builds
|
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 |