Dmitry Kurtaev
ebaefbb745
Remove VGG16 from ONNX test because there is VGG16_bn
5 years ago
Dmitry Kurtaev
47c5ee5d9c
Fixes for OpenCV face detection network
5 years ago
Dmitry Kurtaev
77d4e3e8d2
Fix 2019R2 tests
5 years ago
Dmitry Kurtaev
a0c3bb70a9
Modify SSD from TensorFlow graph generation script to enable MyriadX
5 years ago
Dmitry Kurtaev
a2125594ea
Fix false positives of face detection network for large faces
5 years ago
Alexander Alekhin
416c693b3f
dnn(test): OpenVINO 2019R2
5 years ago
Alexander Alekhin
d2911a8d41
dnn: use OpenVINO 2019R2 defines
5 years ago
Lubov Batanina
781f4d439e
Merge pull request #15032 from l-bat:reduce_mean
...
* Added support for the ONNX "ReduceMean" Layer. (as this is the same as the GlobalAveragePool)
* Add ReduceMean test
* Fix ONNX importer
* Fix ReduceMean
* Add assert
* Split test
* Fix split test
5 years ago
Lubov Batanina
12fdaf895e
Merge pull request #15057 from l-bat:fix_vizualizer
...
* Fix dumpToFile
* Add test
* Fix test
5 years ago
Liubov Batanina
0d2bc7b5fd
Fix TF Split layer
5 years ago
Alexander Alekhin
5ccb2a4cbd
dnn(test): fix required data
5 years ago
Lubov Batanina
34f6b05467
Merge pull request #14996 from l-bat:ocv_deconv3d
...
* Support Deconvolution3D on IE backend
* Add test tag
* Fix tests
5 years ago
Lubov Batanina
8bcd7e122a
Merge pull request #14842 from l-bat:ocv_conv3d
...
* Support Conv3D on OCV backend
* Add header
* Add perf tests
* Support pool3d
* Enable Resnet34_kinetics on OCV backend
* Add test
* Fix conv
* Optimize Conv2D
5 years ago
Diego
57fae4a6a1
Merge pull request #14858 from dvd42:instancenorm_onnx
...
Instancenorm onnx (#14858 )
* Onnx unsupported operation handling
* instance norm implementation
* Revert "Onnx unsupported operation handling"
* instance norm layer test
* onnx instancenorm layer
5 years ago
Alexander Alekhin
d7744aca02
dnn: use OpenVINO 2019R2 defines
5 years ago
Diego
6dfe2ddc21
Merge pull request #14959 from dvd42:onnx_clip
...
* onnx clip operation
5 years ago
Alexander Alekhin
bc95c609ff
ts: runtime check for misused 'optional' test data files
5 years ago
gal0is
206b546e5a
tensroflow support maxpoolgrad
5 years ago
Alexander Alekhin
65552bf403
dnn: fix build with Vulkan
5 years ago
Dmitry Kurtaev
75f4c1abf2
Enable some tests for Inference Engine backend
5 years ago
Alexander Alekhin
a743de0e24
dnn: adjust compilation options
5 years ago
Nuzhny007
031e57b359
Fixed names conflict with dldt
5 years ago
Dmitry Kurtaev
96a2f80bf2
Limit number of threads in CPU plugin of IE by OpenCV's getNumThreads
5 years ago
Alexander Alekhin
24790e4061
Merge pull request #14899 from alalek:dnn_fix_bnll_layer
...
* dnn: fix BNLLLayer implementation
details: https://github.com/BVLC/caffe/blame/1.0/src/caffe/layers/bnll_layer.cpp#L17
* dnn: enable OCV/OpenCL BNLL layer
5 years ago
Alexander Alekhin
333e51b217
dnn: configure plugin path for InferenceEngine
5 years ago
Alexander Alekhin
f3e9eb3371
dnn: both protobuf readers have similar behavior
...
- ReadProtoFromTextFile
- ReadProtoFromTextBuffer
5 years ago
Feng Chen
5620306c70
Merge pull request #14845 from vonchenplus:ocv_mirrorpad
...
* tensorflow support mirror pad
* revert macro define
* revert macro define
* reduce code duplication
* revert macro define
5 years ago
Alexander Alekhin
894f208de3
dnn(test): replace SkipTestException with tags
5 years ago
Lubov Batanina
16294437d5
Merge pull request #14833 from l-bat:ocv_eltwise3d
...
* Support Eltwise3d
* Refactoring
* Fix test
5 years ago
Alexander Alekhin
f84b08ff08
dnn: bump API version
5 years ago
Alexander Alekhin
f5ddaef46b
experimental version++
5 years ago
Alexander Alekhin
13a782c039
test: fix usage of findDataFile()
...
misused 'optional' mode
5 years ago
Alexander Alekhin
95d9cfb5c3
static analysis issues
5 years ago
Dmitry Kurtaev
dfdc91f8c9
dnn: fix MVN layer (issue 14683)
6 years ago
Dmitry Kurtaev
eba696a41e
Merge pull request #14792 from dkurt:dnn_ie_min_version_r5
...
* Remove Inference Engine 2018R3 and 2018R4
* Fix 2018R5
6 years ago
Maksim Shabunin
d60ac98ef2
Limited API support for Python3
6 years ago
Maksim Shabunin
10d61a2b44
Limited API support for Python3
6 years ago
Lubov Batanina
5e80191d27
Merge pull request #14697 from l-bat:Slice_ONNX
...
* Support Slice layer in ONNX importer
* Add IE support
* Fix ONNX importer
* Fix Slice
6 years ago
Lubov Batanina
3efd2df87f
Merge pull request #14682 from l-bat:axpy_layer
...
* Add Axpy layer
* Fix test
* fix caffe importer
6 years ago
Dmitry Kurtaev
9c0af1f675
Enable more deconvolution layer configurations with IE backend
6 years ago
Yashas Samaga B L
ae279966c2
Merge pull request #14660 from YashasSamaga:dnn-cuda-build
...
add cuDNN dependency and setup build for cuda4dnn (#14660 )
* update cmake for cuda4dnn
- Adds FindCUDNN
- Adds new options:
* WITH_CUDA
* OPENCV_DNN_CUDA
- Adds CUDA4DNN preprocessor symbol for the DNN module
* FIX: append EXCLUDE_CUDA instead of overwrite
* remove cuDNN dependency for user apps
* fix unused variable warning
6 years ago
Lubov Batanina
f94253b82b
Merge pull request #14627 from l-bat:demo_kinetics
...
* Support 3D ResNet-34-kinetics
* Update sample
* Remove preprocess
* Change test
* Fix sample
6 years ago
Alexander Alekhin
52548bde05
dnn(test): replace file content reading
6 years ago
Dmitry Kurtaev
081d9bc73f
Fix Identity Switch from Keras
6 years ago
Alexander Alekhin
38a3c1ce6b
dnn(test): update test tags for Debug build
6 years ago
LaurentBerger
a3be8d7cd7
dead link
6 years ago
Lubov Batanina
61d3222a22
Merge pull request #14537 from l-bat:fix_network_vizualizer
...
Fix dnn visualizer (#14537 )
* Fixed print layer params
* Fix print
6 years ago
Dmitry Kurtaev
44d21e5a79
Enable Slice layer on Inference Engine backend
6 years ago
Dmitry Kurtaev
26e426adb1
StridedSlice from TensorFlow
6 years ago
dianlujitao
f0f50b757d
Fix LogSoftmax for ONNX
...
Fix wrong indentation as well while at it
6 years ago