1238 Commits (56bdd7db5c4b28d8957749b7c9e7fb53cad5b13a)

Author SHA1 Message Date
Alexander Alekhin 56bdd7db5c dnn: use OpenVINO 2021.3 defines 4 years ago
Anastasia Murzova e75f1b071b Added reshape corrections 4 years ago
Anastasia Murzova 7a2b3ed471 Corrected DNN elementwise multiplication 4 years ago
Anastasia M 551d4a8ec1
Merge pull request #19477 from LupusSanctus:am/eltwice_vec 4 years ago
Liubov Batanina c0dd82fb53
Merge pull request #19632 from l-bat:lb/ie_arm_target 4 years ago
Liubov Batanina 8d29a902e4 Added ngraph::op::v6::MVN 4 years ago
Liubov Batanina 95ab9468c1 Added ngraph::op::v4::Interpolation 4 years ago
Qoo 47337e2196 boost NMS performance 4 years ago
Anastasia Murzova 7894cd3c73 Aligned TF Reshape layer behaviour 4 years ago
Liubov Batanina 94533e12eb Determine layout 4 years ago
SamFC10 a42d4da003 Added Spatial Attention Module in Darknet Importer 4 years ago
Alexander Alekhin a123c48d4d pre: OpenCV 3.4.14 (version++) 4 years ago
SamFC10 96947c30c0 Added exp layer 4 years ago
Maksim Shabunin b2321576bc Fixed several issues found by static analysis 4 years ago
WeiChungChang d4d12164aa
Merge pull request #19529 from WeiChungChang:3.4 4 years ago
Alexander Alekhin 86cb435adf dnn: fix build (nullptr issue) 4 years ago
WeiChungChang f6bc4fd4c6
Merge pull request #19552 from WeiChungChang:partialSort 4 years ago
Aryansh Omray 601851cc7e TanH darknet and test 4 years ago
Qoo bc8727786b save allocation of memory for fake image 4 years ago
Qoo c909693d45 refine 4 years ago
Jebastin Nadar 09d2ca17cf
Merge pull request #19449 from SamFC10:tf-leakyrelu 4 years ago
Alexander Alekhin 83aa711346 dnn: rename clamp() => normalize_axis() 4 years ago
Liubov Batanina 68eb54dc13 Added ONNX NormalizeL2 subgraph 4 years ago
Sergey Slashchinin e2949c7d0a Align 3.4 branch with master 4 years ago
Liubov Batanina c12930cdde
Merge pull request #19372 from l-bat:lb/onnx_pads_calc 4 years ago
Liubov Batanina 38a49f92ab Added shared weights for MatMul 4 years ago
Liubov Batanina af9597f454 Added Mish ONNX subgraph 4 years ago
Alexander Alekhin 55f06b76f9 dnn: improve debugging of TensorFlow parsing errors 4 years ago
Vincent Rabaud 8391a23600 Optimize calls to std::string::find() and friends for a single char. 4 years ago
Alexander Alekhin 28aab134db dnn(test): update tests for OpenVINO 2021.2 4 years ago
Alexander Alekhin 752cc26ad6 dnn: use OpenVINO 2021.2 defines 4 years ago
Alexander Alekhin c240355cc6 dnn(ocl): avoid mess FP16/FP32 in convolution layer 4 years ago
Alexander Alekhin 4b3d2c8834 dnn(ocl): fix gemm kernels with beta=0 4 years ago
Alexander Alekhin d84a9484b7 dnn: fix build with Halide, skip tests with crashes 4 years ago
Anastasia Murzova f2422ace7d Added TF nearest neighbour resize behaviour alignment 4 years ago
Alexander Alekhin d7e936de5c dnn(caffe): add DetectionOutputParameter.clip to .proto file 4 years ago
Anastasia Murzova a82c50eac2 Added TF resize_bilinear behaviour alignment 4 years ago
Alexander Alekhin 00f36a3149 dnn: prefer to use v_fma() instead of v_c += v_a * v_b 4 years ago
Alexander Alekhin 2cf2456f4c dnn(test): skip unstable GatherMultiOutput OCL_FP16 test 4 years ago
Sergei Slashchinin f4f462c50b
Merge pull request #18862 from sl-sergei:support_pool1d 4 years ago
Joe e05c2e0f1d Fix Reduce Mean error for MobileNets DNN 4 years ago
Julien ac24a72e66
Merge pull request #18841 from JulienMaille:patch-2 4 years ago
Alexander Alekhin 9485113923 pre: OpenCV 3.4.13 (version++) 4 years ago
Alexander Alekhin 474a67231c dnn(test): skip gather_multi_output test on Myriad 4 years ago
Liubov Batanina 72d06080c6 [ONNX] Added Reduce ops for batch and channel 4 years ago
Sergey Slashchinin 3cdf926454 disable Conv1d test on NGRAPH/MYRIAD 4 years ago
Sergey Slashchinin 32e7ef8a3d Add fixes and tests for different layers 4 years ago
Sergei Slashchinin 2b82f8f12c
Merge pull request #18296 from sl-sergei:fix_16783 4 years ago
Liubov Batanina 3a184ae677 [ONNX] Added handler for int32 tensors 4 years ago
Sergei Slashchinin 61144f935e
Merge pull request #18783 from sl-sergei:fix_conv1d 4 years ago