You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yuantao Feng
f978c99523
Merge pull request #24753 from fengyuentau:einsum_importer
...
dnn onnx: support constaint inputs in einsum importer #24753
Merge with https://github.com/opencv/opencv_extra/pull/1132 .
Resolves https://github.com/opencv/opencv/issues/24697
Credits to @LaurentBerger .
---
This is a workaround. I suggest to get input shapes and calculate the output shapes in `getMemoryShapes` so as to keep the best compatibility. It is not always robust getting shapes during the importer stage and we should avoid that as much as possible.
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
1 year ago
..
cityscapes_semsegm_test_enet.py
Misc. modules/ typos
7 years ago
imagenet_cls_test_alexnet.py
python: better Python 3 support
7 years ago
imagenet_cls_test_googlenet.py
Misc. modules/ typos
7 years ago
imagenet_cls_test_inception.py
fix 4.x links
3 years ago
npy_blob.cpp
dnn: fix precomp.hpp usage
7 years ago
npy_blob.hpp
dnn: fix precomp.hpp usage
7 years ago
pascal_semsegm_test_fcn.py
Remove references to deprecated NumPy type aliases.
2 years ago
test_backends.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_caffe_importer.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_common.cpp
cmake: fix build of dnn tests with shared common code
6 years ago
test_common.hpp
Merge pull request #22275 from zihaomu:fp16_support_conv
2 years ago
test_common.impl.hpp
Merge pull request #22275 from zihaomu:fp16_support_conv
2 years ago
test_darknet_importer.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_googlenet.cpp
Merge pull request #22275 from zihaomu:fp16_support_conv
2 years ago
test_graph_simplifier.cpp
Merge pull request #24476 from fengyuentau:attention_layer
1 year ago
test_ie_models.cpp
Merge pull request #24072 from dkurt:openvino_cpu_tests
2 years ago
test_int8_layers.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_layers.cpp
Merge pull request #24372 from Kumataro:fix24369
2 years ago
test_main.cpp
Merge pull request #23109 from seanm:misc-warnings
2 years ago
test_misc.cpp
Merge pull request #24539 from LaurentBerger:blobrecttoimage
1 year ago
test_model.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_nms.cpp
batched nms impl
3 years ago
test_onnx_conformance.cpp
Merge pull request #24544 from fengyuentau:layernorm_conformance
2 years ago
test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp
Merge pull request #24353 from alexlyulkov:al/fixed-cumsum-layer
2 years ago
test_onnx_conformance_layer_filter__halide_denylist.inl.hpp
Merge pull request #24353 from alexlyulkov:al/fixed-cumsum-layer
2 years ago
test_onnx_conformance_layer_filter__openvino.inl.hpp
Merge pull request #24552 from fengyuentau:layernorm_backends
2 years ago
test_onnx_conformance_layer_filter__vulkan_denylist.inl.hpp
Merge pull request #24092 from Aser-Abdelfatah:GSoC_Support_GatherElements_ONNX
2 years ago
test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp
Merge pull request #24613 from WanliZhong:softmax_default_axis
1 year ago
test_onnx_conformance_layer_filter_opencv_cpu_denylist.inl.hpp
Merge pull request #21865 from rogday:nary_eltwise_layers
3 years ago
test_onnx_conformance_layer_filter_opencv_denylist.inl.hpp
move global skip out of if loop, and add opencv_deny_list
2 years ago
test_onnx_conformance_layer_filter_opencv_ocl_fp16_denylist.inl.hpp
implementation of scatter and scatternd with conformance tests enabled
3 years ago
test_onnx_conformance_layer_filter_opencv_ocl_fp32_denylist.inl.hpp
implementation of scatter and scatternd with conformance tests enabled
3 years ago
test_onnx_conformance_layer_parser_denylist.inl.hpp
Merge pull request #24378 from fengyuentau:instance_norm
2 years ago
test_onnx_importer.cpp
Merge pull request #24753 from fengyuentau:einsum_importer
1 year ago
test_precomp.hpp
dnn: reduce set of ignored warnings
7 years ago
test_tf_importer.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_tflite_importer.cpp
Merge pull request #23987 from dkurt:openvino_int8_backend
2 years ago
test_torch_importer.cpp
DNN: add the Winograd fp16 support ( #23654 )
2 years ago