2020 Commits (ca48e217f1be1f77efc0a8e684d42b7ac899053d)

Author SHA1 Message Date
Voron cbf43a54fb added opencv for openvino tutorial 2 years ago
Egor Smirnov 65f71ce2eb add Gather implementation 2 years ago
fengyuentau 4aef9b1c93 dnn: support yolov7 (not simplified) 2 years ago
scottchou007 a3cb2020bc Fix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when there is no bias. 2 years ago
Alexander Alekhin 65bdb3a544 dnn: eliminate GCC12 warning in total() call 2 years ago
wxsheng 4154bd0667
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX 2 years ago
Alexander Alekhin ca7f964104 dnn: use inheritance for OpenVINO net impl 2 years ago
anton 337452b4c0 changed names of permutations if Reshpe is in NHWC 2 years ago
Zihao Mu b69b1eae8f fix bug 22450 2 years ago
Zihao Mu 2d837efba7 add qgemm and squeeze op13 supported on ONNXImporter 2 years ago
Zihao Mu 2cd7e17b65 replace v_add with + 2 years ago
fengyuentau 2959286eb5 tengine: supports conv with asymmetric padding 2 years ago
Zihao Mu 9638e34ab0 reuse WORDS_BIGENDIAN. 2 years ago
Zihao Mu bb64db98d8
Further optimization of Conv2D, fused Conv_Add_Activation, bring latest code from ficus OpConv.fx. (#22401) 2 years ago
Zihao Mu 7eaec9dd22 load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie 2 years ago
Zihao Mu 5e92bf8e41 support silu activation in darknet 2 years ago
fengyuentau 0cdff46725 tune for opencl 2 years ago
fengyuentau e7e814fa8c remove asymmetric padding checks 2 years ago
Alexander Alekhin 44b2f9637a Revert "suppress warning on GCC 7 and later" 2 years ago
Zihao Mu 0614c40b42 add more skip for very long test case in test_dnn. 2 years ago
Zihao Mu d4640f4647 support ReduceLayer without reshape layer. 2 years ago
Zihao Mu 57545653b1 replace new mish impl with softplus 2 years ago
Zihao Mu 3c5377ca1b add another Mish graph simplifier. 2 years ago
HAN Liutong e2bfe0ce76 Use "#if" instead of "#ifdef" for CV_SIMD128. 2 years ago
Zihao Mu 98c33c605d batchsize dynamic is set to index 0. 2 years ago
rogday ed69bcae2d
Merge pull request #21865 from rogday:nary_eltwise_layers 2 years ago
fengyuentau 1c7b71bf9e define data_layout as unknown for pack 2 years ago
Zihao Mu 1b8fba8e26 support ReduceSum with two input and dynamic shape batch size in ReduceLayer. 2 years ago
Zihao Mu 45fbb67aba fix scale layer can not handle 1x1 weight correctly. 2 years ago
Zihao Mu 139c443770
Merge pull request #22183 from zihaomu:fastConv_ARMv7_compatible 2 years ago
Tomoaki Teshima a630ad73cb suppress warning on GCC 7 and later 2 years ago
Zihao Mu a80fcacd90
Merge pull request #21372 from zihaomu:dnn_quantize_per_tensor 2 years ago
Zihao Mu 59b870a87a
Merge pull request #21910 from zihaomu:fast_conv_ARM 2 years ago
Zihao Mu ef94275eb6 bug fixed of GEMM node in ONNX_importer 3 years ago
Wanli a6ca48a1c2
Merge pull request #22100 from WanliZhong:issue_22015 3 years ago
Zihao Mu 2411b825b4 bug fixed of GEMM node in ONNX_importer 3 years ago
Namgoo Lee 24547f40ff remove const from functions returning by value 3 years ago
rogday a2ad997e97 fix vector access in TF::sortByExecutionOrder 3 years ago
Alexander Alekhin e9428726ca pre: OpenCV 4.6.0 (version++) 3 years ago
Alexander Alekhin 400906b433 pre: OpenCV 3.4.18 (version++) 3 years ago
berak 50d7c61c01
Update darknet_importer.cpp 3 years ago
rogday 93dc0679ec
Merge pull request #21818 from rogday:revert_renaming 3 years ago
fengyuentau ff88132620 support asymmetric paddings for qconv 3 years ago
Yulv-git 15ac54d5d6 Fix some typos in modules/. 3 years ago
Zihao Mu 64ded50bbf parsing depth2space and space2depth of ONNX importer 3 years ago
rogday 9cd5a0a1e6
Merge pull request #21884 from rogday:cuda_cleanup 3 years ago
rogday a2b84e9897 add assert to tf graph simplifier to address security concerns 3 years ago
OpenCV Developers e3a55af336 dnn(test): update opencv_face_detector checks 3 years ago
OpenCV Developers be4a432bea dnn(test): update opencv_face_detector checks 3 years ago
zihaomu e36948cfbc add ONNX OP sign, shrink and reciprocal 3 years ago