Alexander Alekhin
e58da86efc
dnn(test): update tests for OpenVINO 2021.1 (OpenCV 4.x)
4 years ago
Alexander Alekhin
cdcf7e62f3
dnn(opencl): bypass unsupported fusion cases 2
4 years ago
Alexander Alekhin
718dd9f170
dnn(opencl): bypass unsupported fusion cases
4 years ago
Alexander Alekhin
e87a0baa4b
dnn(test): enable tests from issue 17953
4 years ago
Alexander Alekhin
6da05f7086
dnn(test): update tests for OpenVINO 2021.1
4 years ago
Maksim Doronin
36f61f3879
[IE][VPU]: Refactor vpu configs
...
backported commit: 7fe87d9a5b
4 years ago
Ilya Churaev
aa11f7d8a3
Removed get_output_as_single_output_node method
...
backported commit: 5fd3d36fe8
4 years ago
Alexander Alekhin
a00fe15abd
dnn: check for empty Net in .forward()
4 years ago
zhuqiang00099
a968eadbf1
fix darknet-relu bug in darknet_io.cpp
4 years ago
Alexander Alekhin
c08f29c803
dnn(opencl): fix convolution kernel w/o bias with activation
4 years ago
Alexander Alekhin
e59793cc75
dnn: improve debugging of ONNX parsing errors
4 years ago
Alexander Alekhin
233030e417
core: force check for string literals are used in the message
4 years ago
Tomoaki Teshima
48368dc9a1
loosen threshold for Mali
4 years ago
Maksim Shabunin
c012490399
Merge pull request #18393 from mshabunin:fix-dnn-test
...
* dnn: fixed HighLevelApi tests
4 years ago
Tomoaki Teshima
74c8ccb45b
fix build error of kernel on Mali
4 years ago
NesQl
3fc1487cc9
Merge pull request #18323 from liqi-c:tengine-lite-update
...
Tengine lite update
* update tengine
* Modify for arm32 build.
* format optimization
* add teng_ befor some tengine api
* update graph_t to teng_graph_t
* update graph_t to teng_graph_t
* Code structure optimization
* optimization
* optimization
* remove space
* update tengine url
Co-authored-by: liqi <qli@openailab.com>
4 years ago
Julien
48ddb53332
Merge pull request #18386 from JulienMaille:patch-1
...
* Make sure there is a cuda device before getting it
* Update init.hpp
4 years ago
Alexander Alekhin
4fa82809df
ocl: avoid rescheduling of async kernels
4 years ago
Liubov Batanina
ebb528976f
Merge pull request #18353 from l-bat:issue_18350
...
* Fixed bug in ONNX Mul op
* Replaced node
4 years ago
Tomoaki Teshima
f77c2d700f
add explicit cast for half
4 years ago
Sergei Slashchinin
fa953e4205
Merge pull request #18316 from sl-sergei:fix_18253
...
Fix loading of ONNX models with Resize operation with Opset 11 for newer versions of Pytorch
* Add reproducer for Resize operation from newer versions of Pytorch
* Fix loading of scales parameter for Resize layer
* Change check type for better diagnostic messages
4 years ago
Shubham Singh
23e71d1aa2
fixes #17187 probably
...
Added Eltwise Layer Support
4 years ago
Liubov Batanina
b542a1804c
Support global reduce ops
4 years ago
Alexander Alekhin
a12ceb04bb
pre: OpenCV 4.5.0 (version++)
4 years ago
Alexander Alekhin
50ff40d684
pre: OpenCV 3.4.12 (version++)
4 years ago
Alexander Alekhin
7e019af50d
checks and fixes from static code analyzers results (2)
4 years ago
Giles Payne
8b61719a9d
Swift native in/out array handling
4 years ago
Alexander Alekhin
1f2c83845d
backport: checks and fixes from static code analyzers results
...
original commit: 71f665bd8c
4 years ago
Alexander Alekhin
71f665bd8c
checks and fixes from static code analyzers results
4 years ago
Liubov Batanina
2349a09736
Support Reshape with zero dim
4 years ago
YashasSamaga
1df533c914
fix typo in fusion tests
4 years ago
YashasSamaga
44bf748479
do not allocate UMat in non-OpenCL targets
4 years ago
Sergei Slashchinin
9aa401a7d0
Merge pull request #17978 from sl-sergei:fix_17516_17531
...
* Fix ONNX loading in issues opencv#17516, opencv#17531
* Add tests for Linear and Matmul layers
* Disable tests for IE versions lower than 20.4
* Skip unstable tests with OpenCL FP16 on Intel GPU
* Add correct test filtering for OpenCL FP16 tests
4 years ago
Liubov Batanina
d392b11dfb
Supported ONNX Pow op
4 years ago
Liubov Batanina
ad63d24dba
Merge pull request #18096 from l-bat:update_onnx_importer
...
* Added ReduceSum to ONNX importer
* Fix comments
* Fix Mul
4 years ago
Liubov Batanina
339b963e6b
Fix MatMul and Add axes
4 years ago
Maksim Doronin
7fe87d9a5b
[IE][VPU]: Refactor vpu configs
4 years ago
Yashas Samaga B L
2171cae8ff
Merge pull request #17976 from YashasSamaga:dnn-fusion-tests-fix-ocl
...
dnn: add exhaustive fusion tests, enable more eltwise fusions
* add eltwise fusion tests, enable more eltwise fusions
* merge weighted eltwise tests with eltwise tests
4 years ago
Liubov Batanina
f3cebb3e1b
Merge pull request #18077 from l-bat:reduce_sum
...
* Supported ReduceSum op
* Skip test
4 years ago
zhaoyue-zephyrus
e231be86b7
support flownet2 with arbitary input size
...
revise default proto to match the filename in documentations
fix a bug
beautify python codes
fix bug
beautify codes
add test samples with larger/smaller size
remove unless code
using bytearray without creating tmp file
remove useless codes
4 years ago
YashasSamaga
f0149cdae2
fix compile-time errors, disable unsupported tests
4 years ago
Liubov Batanina
6226ea0085
Fix bug in ONNX Gather op
4 years ago
Vadim Pisarevsky
1537ecd931
* added depth-wise convolution; gives ~20-30% performance improvement in MobileSSD networks
...
* hopefully, eliminated compile warnings, errors, as well as failure in one test
* * fixed a few typos
* decreased buffer size in some cases
* added more optimal im2row branch in the case of 1x1 convolutions
* tuned fastConv to reduce the number of passes over arrays
backport of commit 77b01deb80
4 years ago
Ilya Churaev
5fd3d36fe8
Removed get_output_as_single_output_node method
4 years ago
danielenricocahall
8457e471fd
add relu as activation option in darknet
...
add relu option
add relu as activation option in darknet
simplify the setParams if-else ladder
add relu as activation option in darknet
correct activation_param type
format
format
add relu as activation option in darknet
spacing
spacing
add relu as activation option in darknet
4 years ago
Ilya Churaev
246de2b7f5
Replaced copy_with_new_args to clone_with_new_inputs
4 years ago
Ilya Churaev
e8c26963e9
Fixed removing is_parameter, is_constant, is_output
4 years ago
Liubov Batanina
d695208727
Merge pull request #17967 from l-bat:non_const_weights_for_conv
...
* Supported convolution with non-const weights
* Fix opencl blobs
* Update tests
4 years ago
Alexander Alekhin
1c8ee3f957
Merge pull request #17885 from alalek:dnn_ocl_slice_update
...
DNN: OpenCL/slice update
* dnn(ocl/slice): make slice kernel VTune friendly
- more unique names
- inline code of copy functions
* dnn(ocl/slice): prefer to spawn more work groups
- even in case with 1D copy
- perf improvement up to 2x of kernel time (due to changed configuration 128x1x1 => 128x32x1)
* dnn(ocl/slice): cache kernel exec info
4 years ago
Dmitry Kurtaev
cf8f65d806
Do not use size_t for nGraph layers
4 years ago