238 Commits (6c399aa62a9cde6512040f9064fa65ab925f8460)

Author SHA1 Message Date
fengyuentau 441624a5fb tile impl 2 years ago
zoom 5044af69d1 let MatMul can work when both two inputs are const 2 years ago
zoom ef2677b0a6 Make MatMul layer support 3d or 4d operation with const input 2 years ago
Zihao Mu 903bf0147e
Merge pull request #22666 from zihaomu:support_onnx_qdq_model 2 years ago
Alexander Smorkalov 22f8fb4d5c Do not fail tests in Yolo v7 model was not found. 2 years ago
Smirnov Egor dd14cf6a9c address CUDA-related errors and enable cuda in elementwise ops 2 years ago
zoom d816442e4d Make Unsqueeze layer support negative axes. 2 years ago
Zihao Mu 9821fae59d add greater_or_equal and less_or_equal ONNX support 2 years ago
zoom 4557971481 enhance slice layer 2 years ago
Egor Smirnov 65f71ce2eb add Gather implementation 2 years ago
fengyuentau 4aef9b1c93 dnn: support yolov7 (not simplified) 2 years ago
Zihao Mu 2d837efba7 add qgemm and squeeze op13 supported on ONNXImporter 2 years ago
Zihao Mu 7eaec9dd22 load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie 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 3c5377ca1b add another Mish graph simplifier. 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 ef94275eb6 bug fixed of GEMM node in ONNX_importer 2 years ago
Wanli a6ca48a1c2
Merge pull request #22100 from WanliZhong:issue_22015 2 years ago
Zihao Mu 2411b825b4 bug fixed of GEMM node in ONNX_importer 2 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
rogday 9cd5a0a1e6
Merge pull request #21884 from rogday:cuda_cleanup 3 years ago
Alexander Alekhin 08d44f588f dnn(test): update OpenVINO tests 2022.1.0 (OpenCV 4.x) 3 years ago
Alexander Alekhin 4d927e73f1 dnn(test): update OpenVINO tests 2022.1.0 3 years ago
Alexander Alekhin 6f5cf8c15f dnn: fix ReduceLayer implementation, update OpenVINO tests 3 years ago
Alexander Alekhin b687bc807a dnn(test): update OpenVINO tests 2021.4.2 3 years ago
rogday 93353aea70
Merge pull request #21522 from rogday:lstm 3 years ago
Zihao Mu 9e3ba487fa
Merge pull request #21518 from zihaomu:resize_onnx_opset13 3 years ago
Alexander Alekhin 9699e2b483 dnn(onnx): handle non-default ONNX domains 3 years ago
Alexander Alekhin 6e299b582a dnn(test): decompose 'DynamicAxes' test 3 years ago
rogday 0a178a687a fix const/x in Div 3 years ago
Alexander Alekhin 249c508126 dnn(test): skip failed tests on Vulkan backend 3 years ago
Smirnov Egor e608adea60 add ArgMax and ArgMin layers 3 years ago
Alexander Alekhin 0835611d3a dnn(test): re-enable tests which works with OpenVINO 2021.4.x 3 years ago
Alexander Alekhin bd396e1fd5 dnn(test): re-enable tests which works with OpenVINO 2021.4.x (3.4) 3 years ago
Alexander Alekhin 985aa0423d dnn(test): update InferenceEngine tests 3 years ago
Smirnov Egor 1feb3838b5 add Ceil, Floor, Log, Round, Sqrt, Not, Equal, Less, Greater 3 years ago
Smirnov Egor a9d7b6eab7 fix const - input and remove unimplemented function 3 years ago
Jebastin Nadar cce78cc5e2
Merge pull request #20535 from SamFC10:onnx-q 3 years ago
rogday 38b9ec7a18
Merge pull request #20682 from rogday:min 3 years ago
SamFC10 9c5d7716e2 fix for unsqueeze opset version 13 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
WJJ1995 edc442afdb
Merge pull request #20511 from wjj19950828:add_humanseg_support_0806 3 years ago
Smirnov Egor fe625a558e fix hasDynamicShapes for batch_size and fix axis selection in Scale layer 3 years ago
thezane 210bfaf8d6
Merge pull request #20483 from thezane:support-cumsum-layer-for-onnx 3 years ago
Smirnov Egor 9ef41f68fb fix Split partial sum 3 years ago
Julia Bareeva cfb36443fb
Merge pull request #20506 from JulieBar:lstm_activations 3 years ago