Liubov Batanina
97455f1593
Remove useless condition
5 years ago
Liubov Batanina
08ba63da02
Add global pool flags
5 years ago
ashishiva3@gmail.com
f29bc22005
Convolutional padding parsing modified
5 years ago
Julien
886220b9be
Merge pull request #16273 from JulienMaille:wrapper_available_target
...
* add a wrapper for getAvailableTargets
* add java wrapper on Target enum
5 years ago
Alexander Alekhin
55d54b56bf
dnn(onnx): handle unaligned access in ONNX importer
5 years ago
Dmitry Kurtaev
8b9e8a805d
MVN support through nGraph
5 years ago
Alexander Alekhin
2638c5e9b7
dnn: dump layer's blobs on getMemoryShapes() error
5 years ago
Dmitry Kurtaev
d92a883de1
Different way to reset Myriad device
5 years ago
Dmitry Kurtaev
7c741f54fa
Wrap custom OpenCV layers to try-catch
5 years ago
Dmitry Kurtaev
0d896af8ec
Fix uninitialized value
5 years ago
Liubov Batanina
be86338a79
Enable acrossSpatial normalizeL2 on Myriad
5 years ago
Dmitry Kurtaev
c1c84d2fd1
ONNX graphs simplifier
5 years ago
Dmitry Kurtaev
8f1e36f7c1
Disable some tests for Myriad target of nGraph
...
Add lightweight IE hardware targets checks
nGraph: Concat with paddings
Enable more nGraph tests
Restore FP32->FP16 for GPU plugin of IE
try to fix buildbot
Use lightweight IE targets check only starts from R4
5 years ago
Liubov Batanina
9ed372b297
Update get memory shapes
5 years ago
Liubov Batanina
4625337179
Add docs reduce mean
5 years ago
Liubov Batanina
e9e3af0aaa
Add global pool by axis test
5 years ago
Liubov Batanina
a33d50084d
Add global_pooling_dim flags
5 years ago
Liubov Batanina
7eba3a7c96
Add pack description
5 years ago
Dmitry Kurtaev
f954f0830c
Sort text TensorFlow graphs
5 years ago
Dmitry Kurtaev
76cfa65d55
AddV2 from TensorFlow
5 years ago
Liubov Batanina
752653c70b
Update global pooling
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Liubov Batanina
cf477f7e9f
Fix global axis
5 years ago
Liubov Batanina
543e0302d3
Support global pooling by axis
5 years ago
Liubov Batanina
6e33769e56
Add human parsing demo
5 years ago
antalzsiroscandid
aa80f754f4
dnn: reading IR models from buffer
5 years ago
Xuanda Yang
3d60a9b96c
Merge pull request #16156 from TH3CHARLie:3.4
...
* Eltwise::DIV support in Halide backend
* fix typo
* remove div from generated test suite to pass CI, switching to manual test...
* ensure divisor not near to zero
* use randu
* dnn(test): update test data for Eltwise.Accuracy/DIV layer test
5 years ago
Alexander Alekhin
5ee7abbe3c
Merge pull request #16088 from alalek:dnn_eltwise_layer_different_src_channels
...
dnn(eltwise): fix handling of different number of channels
* dnn(test): reproducer for Eltwise layer issue from PR16063
* dnn(eltwise): rework support for inputs with different channels
* dnn(eltwise): get rid of finalize(), variableChannels
* dnn(eltwise): update input sorting by number of channels
- do not swap inputs if number of channels are same after truncation
* dnn(test): skip "shortcut" with batch size 2 on MYRIAD targets
5 years ago
Dmitry Kurtaev
fe77223dee
Modify nGraph's ConvolutionBackpropData and GroupConvolution
5 years ago
Dmitry Kurtaev
c2ca3ee2fa
Fix weights fusion for Convolution and Deconvolution layers in nGraph
5 years ago
Dmitry Kurtaev
883c4c60c3
Remove Dummy layer
5 years ago
Alexander Alekhin
b1b505f783
dnn: clarify error message from getMemoryShapes()
5 years ago
Lubov Batanina
629d47fcd8
Merge pull request #15988 from l-bat:custom_layer
...
Test create custom layer in python
* check is contiguos
* Add custom layer test
* Fix test
* Remove assert
* Move assert to pyopencv dnn
* remove assert
* Add unregister
* Fix python2
* proto to bytearray
* Fix data type
5 years ago
Dmitry Kurtaev
beb5b291b9
Fix HETERO:FPGA,CPU plugin for IE backend
5 years ago
Liubov Batanina
660a709840
Support Swish and Mish activations
5 years ago
Liubov Batanina
d99d18304a
Slice v1 op
5 years ago
Dmitry Kurtaev
134094a442
Backport fix for autodetection of input shapes
5 years ago
Dmitry Kurtaev
d8e10f3a8d
Enable MaxPooling with indices in Inference Engine
5 years ago
Dmitry Kurtaev
ca1ba7a53d
Backport for dnn input shape estimation
5 years ago
Lubov Batanina
7523c777c5
Merge pull request #15537 from l-bat:ngraph
...
* Support nGraph
* Fix resize
5 years ago
thebhatman
8a18d132fc
Port Swish and Mish layers
5 years ago
Dmitry Kurtaev
6e14cc2189
Resolve https://github.com/opencv/opencv/issues/15863
5 years ago
Alexander Alekhin
86042af108
dnn: fix registration of custom OpenCVLayer
...
- do not require extensions library
5 years ago
Alexander Alekhin
09d54c9f52
dnn: update InferenceEngine extension handling
5 years ago
Alexander Alekhin
7ec91aefc1
python: force using of ArgInfo
5 years ago
Liubov Batanina
ac4fd4f4ae
Fix ReduceL2
5 years ago
Lubov Batanina
cfc781949d
Merge pull request #15811 from l-bat:eltwise_div
...
Supported ONNX Squeeze, ReduceL2 and Eltwise::DIV
* Support eltwise div
* Fix test
* OpenCL support added
* refactoring
* fix code style
* Only squeeze with axes supported
5 years ago
Dimitri Gerin
7c4158d8c2
Fix dnn::getLayerInputs
5 years ago
Dmitry Kurtaev
dfe0368835
Fix custom IE layers in case of no MKLDNN plugin
5 years ago
Dmitry Kurtaev
af61a15839
Fix Darknet eltwise
5 years ago