2022 Commits (c6e5f6052513b6b1fb07682371ec08a6d4c0584b)

Author SHA1 Message Date
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
zihaomu 5bf64e7dfe fix the infinite loop in tf importer of 3.4 branch 2 years ago
zoom ef2677b0a6 Make MatMul layer support 3d or 4d operation with const input 2 years ago
zoom 11d492b0b9 Let part of the operators in nary_eltwise support cuda 2 years ago
Zihao Mu 17f2b56291 remove never used code in onnximporter 2 years ago
Zihao Mu 903bf0147e
Merge pull request #22666 from zihaomu:support_onnx_qdq_model 2 years ago
Zihao Mu 18fbb72f7d fix the infinite loop in tf importer. 2 years ago
Alexander Smorkalov 22f8fb4d5c Do not fail tests in Yolo v7 model was not found. 2 years ago
Dmitry Kurtaev 35b2cff295
Merge pull request #22656 from dkurt:halide_fixes 2 years ago
Zihao Mu cee8c86b6e fixed bug at winograd of SIMD128 and more robust code. 2 years ago
Smirnov Egor dd14cf6a9c address CUDA-related errors and enable cuda in elementwise ops 2 years ago
fengyuentau d24d8f2abe implementation of scatter and scatternd with conformance tests enabled 2 years ago
zoom d816442e4d Make Unsqueeze layer support negative axes. 2 years ago
Zihao Mu 0fa43e3aac Optimize the winograd futher more. 2 years ago
zoom 9119692bb8 let StridedSlice layer support const input 2 years ago
Zihao Mu d9eff7daeb parse quantized nodes does not rely on name. 2 years ago
Zihao Mu 1e2ceca4df add enableWinograd API for Net. 2 years ago
Zihao Mu 9821fae59d add greater_or_equal and less_or_equal ONNX support 2 years ago
Alexander Alekhin 43b2bb2c25 dnn: plugin support for OpenVINO 2 years ago