1346 Commits (a079acc0d92d40e23da6036eea3e042beec62523)

Author SHA1 Message Date
Smirnov Egor fec2c7e715 fix Flatten layer 3 years ago
Alexander Alekhin 60c093f086 pre: OpenCV 3.4.17 (version++) 3 years ago
Maksim Shabunin 792b7e0629 (3.4) Fixed several issues found by static analysis 3 years ago
Alexander Alekhin f3ba88c87c dnn(test): update ONNX conformance filters 3 years ago
Smirnov Egor e97c7e042b fix max_unpool missing attributes, add default value of keepdims in reducemean/max/sum, add support for keepdims=true in full reduction branch, add new padding type to Pad 3 years ago
rogday 4827fe86bb
Merge pull request #21088 from rogday:onnx_tests 3 years ago
rogday 1613d30544
Merge pull request #21159 from rogday:ceil_mode 3 years ago
Alexander Alekhin bd396e1fd5 dnn(test): re-enable tests which works with OpenVINO 2021.4.x (3.4) 3 years ago
Smirnov Egor 33e97e994d add sum of 1 input 3 years ago
Smirnov Egor 11e6848bb9 add default order to transpose 3 years ago
Smirnov Egor 829410729c add new (Log)SoftMax simplification passes 3 years ago
Smirnov Egor 0e2a3686c0 add alpha parameter to ELU layer 3 years ago
Andrew Ryrie ea7d4be3f8
Merge pull request #20658 from smbz:lstm_optimisation 3 years ago
Smirnov Egor 05db8784ae fix Clip, LeakyReLU, LRN, Split defaults 3 years ago
Alexander Alekhin 58b06222ff dnn(DataLayer): fix CPU/OpenCL code paths for FP16 handling 3 years ago
Alexander Alekhin 58dc397930 dnn(test): add two_inputs test with FP32/U8 data types 3 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Alexander Alekhin 985aa0423d dnn(test): update InferenceEngine tests 3 years ago
Alexander Alekhin 8041ab8a61
Merge pull request #21025 from alalek:issue_21004 3 years ago
ZaKiiiiiiiii 98b6ce353c
Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer 3 years ago
Alexander Alekhin c1d61c88e9 dnn(cmake): don't hijack OpenCL options with Tengine 3 years ago
Alexander Alekhin d484939c02
Merge pull request #20999 from alalek:dnn_replace_deprecated_calls 3 years ago
rogday b3f966e2ca
Merge pull request #20883 from rogday:eltwise_refactoring 3 years ago
Smirnov Egor 238dbffb48 change asserts for Sum 3 years ago
Smirnov Egor a9d7b6eab7 fix const - input and remove unimplemented function 3 years ago
Alexander Alekhin 8c2dd5fb9a dnn(ocl4dnn): cleanup dead code, improve logging 3 years ago
Alexander Alekhin 724e04e979 dnn(ocl4dnn): add extra checks to convolution layer 3 years ago
Oliver Kuckertz a3d7811f24
Merge pull request #20725 from mologie:fix-dnn-tf-on-arm 3 years ago
Alexander Alekhin 646924fce8 dnn(pytest/test_input_3d): reload model between switching targets 3 years ago
Alexander Alekhin ebef84e9ea pre: OpenCV 3.4.16 (version++) 3 years ago
Alexander Alekhin f977d10a19 dnn(ocl): fix conv DWCONV workgroup 3 years ago
Alexander Alekhin 846317ef37 dnn(ocl): fix conv BASIC workgroup 3 years ago
SamFC10 9c5d7716e2 fix for unsqueeze opset version 13 3 years ago
rogday c410d7a97d
Merge pull request #20671 from rogday:yolov4x-mish 3 years ago
Alexander Alekhin 6e66a9222a dnn(onnx): fix format specifier 3 years ago
Zihao Mu 51b03b87e6 BiasAdd could load Const from second place. 3 years ago
Alexander Alekhin 1aacb9bb15 dnn(perf): update convolution tests 3 years ago
rogday d31b93b513
Merge pull request #20674 from rogday:prelu_slope 3 years ago
rogday 4807cd8a6e
Merge pull request #20605 from rogday:split_slice_shenanigans 3 years ago
Alexander Alekhin 35e824c287 dnn(ocl): fix out of bound access in GEMM-like kernels 3 years ago
Alexander Alekhin 5578ad5e14 dnn(ocl): fix automatic globalsize adjusting 3 years ago
Alexander Alekhin 5b2c016834 dnn(ocl): avoid out of buffer access in copyWeightsSwizzled 3 years ago
Alexander Alekhin 407adc7061 dnn(ocl): fix buffer offsets in IDLF kernel 3 years ago
rogday d0e612dc36
Merge pull request #20647 from rogday:resize_concat_optimization 3 years ago
WJJ1995 edc442afdb
Merge pull request #20511 from wjj19950828:add_humanseg_support_0806 3 years ago
Alexander Alekhin ae6fabc6fe dnn(ocl): drop CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE check 3 years ago
Vincent Rabaud 38d0063c36 Do not use deprecated ReleaseCleared in protobuf library. 3 years ago
Alexander Alekhin f28e4b86fb dnn(ocl): fix top initialization in verifyResult 3 years ago
Vincent Rabaud 9cfa84313c Use the one argument version of SetTotalBytesLimit. 3 years ago
Smirnov Egor fe625a558e fix hasDynamicShapes for batch_size and fix axis selection in Scale layer 3 years ago