2049 Commits (e3e1f704a4c59a38747102d586925e05de1729aa)

Author SHA1 Message Date
Dmitry Kurtaev aa57833ad5
Merge pull request #23409 from dkurt:dnn_tflite_quant 2 years ago
Abduragim Shtanchaev e4e774d42b
Merge pull request #23475 from Abdurrahheem:lstm_fix_initialization 2 years ago
wanli e4360294c5 make 'abcd op 1b11' broadcast support cuda 2 years ago
Zihao Mu 601778e0e6
Merge pull request #22750 from zihaomu:improve_blobFromImage 2 years ago
zihaomu 54e1a8709d fix the bug, disable the fast1x1 when padding is not 0. 2 years ago
Yuantao Feng 3c1fcd5deb
Merge pull request #23401 from fengyuentau:fix_cann_layer_support 2 years ago
Abduragim Shtanchaev b3a2444bcf
Merge pull request #23501 from Abdurrahheem:additional_lstm_tests 2 years ago
zihaomu 51281f8d69 support the split node of onnx opset >= 13 2 years ago
Yuantao Feng 3a83a35ab0
Merge pull request #23296 from fengyuentau:fix_identifying_constant 2 years ago
Dmitry Kurtaev 5e1d33329b Several fixes for ONNX importer: Expand, Gather 2 years ago
HAN Liutong a809ae4e88 Fix HAL compatibility layer and modify use cases. 2 years ago
Dmitry Kurtaev 5df6b4a756
Merge pull request #23325 from dkurt:dnn_input_info 2 years ago
zihaomu 6bac5453d1 fix bug in 32 bit cpu 2 years ago
zihaomu 386be97ce2 fix bug in layer fusion 2 years ago
tingbo.liao 7d032de7e8 Fix bugs of test case failure 2 years ago
Yuantao Feng b94e13c8ae
Merge pull request #23319 from fengyuentau:fix_zoo_issue_136 2 years ago
zihaomu ee3740af00 move global skip out of if loop, and add opencv_deny_list 2 years ago
Zihao Mu e03e2e7f94
Merge pull request #23192 from zihaomu:clean_up_SIMD_code 2 years ago
Alexander Alekhin 9eb5e39ff3 dnn(tflite): fix wrong axis normalization 2 years ago
Alexander Alekhin bdff0949bb dnn(tflite): add 3rdparty flatbuffers with pre-generated schema 2 years ago
Zihao Mu 20dac7ea48
Merge pull request #23255 from zihaomu:fused_cuda_naryeltwise 2 years ago
Dmitry Kurtaev 76350cd30f
Merge pull request #23161 from dkurt:dnn_tflite 2 years ago
Yuantao Feng c2b7c1f13b
Merge pull request #23219 from fengyuentau:add_gelu 2 years ago
wanli c8f5e228fc release MUL and ADD operator on CUDA 2 years ago
wanli 4718a4bf81 make GEMM can be supported with transA and transB in CUDA 2 years ago
zihaomu f45a12439a fix depth wise issue. 2 years ago
Yuantao Feng 4d918ba40b
Merge pull request #23047 from fengyuentau:layer_norm 2 years ago
Tomoaki Teshima 186c18668c suppress warning 2 years ago
zihaomu 840b1d5c94 add depthwise add fuse 2 years ago
zihaomu 82616eec41 fix possible segmentation fault error in winograd on x86 2 years ago
zihaomu 71765858dc fix invalid memory access 2 years ago
Alexander Alekhin 9a2a34f94e dnn(openvino): remove undefined status 2 years ago
Alexander Alekhin b42c11de82 pre: OpenCV 4.7.0 (version++) 2 years ago
Alexander Alekhin a494c75bfe pre: OpenCV 3.4.19 (version++) 2 years ago
Dmitry Kurtaev 8681686d8f
Merge pull request #22957 from dkurt:new_openvino_api 2 years ago
Vincent Rabaud ad568edd7f Remove references to deprecated NumPy type aliases. 2 years ago
zihaomu 71c6339af0 remove old convolution branch, and optimize conv3d and conv1d. 2 years ago
fengyuentau 34a0897f90 add cv::flipND; support onnx slice with negative steps via cv::flipND 2 years ago
Maksim Shabunin d35fbe6bfc dnn: updated YOLOv4-tiny model and tests 2 years ago
Yuantao Feng a2b3acfc6e
dnn: add the CANN backend (#22634) 2 years ago
Alexander Alekhin cdbb893b27 dnn: disable OpenCL code path in MatMul processing 2 years ago
Alexander Alekhin 1102b7eff8 dnn: fix gather layer implementation 2 years ago
zoom 4891818114 make MatMul support 3D or 4D with broadcast 2 years ago
Zihao Mu 0a650b573b
Merge pull request #22840 from zihaomu:optimze_conv_memory_usage 2 years ago
Alexander Alekhin d16b3b2487 dnn(test): restore openvino tests with 'Cannot get memory' message 2 years ago
Alexander Alekhin 74d0b4cc78 dnn(openvino): fix custom layers BlockingDesc 2 years ago
zihaomu 0d56524b72 gemm support transA and transB, and first input is constance. 2 years ago
fengyuentau 9fded9ca53 batched nms impl 2 years ago
fengyuentau 441624a5fb tile impl 2 years ago
zoom 5044af69d1 let MatMul can work when both two inputs are const 2 years ago