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.
CNOCycle
98b8825031
Merge pull request #25613 from CNOCycle:tflite/ops
...
Support Global_Pool_2D ops in .tflite model #25613
### Pull Request Readiness Checklist
**Merge with extra**: https://github.com/opencv/opencv_extra/pull/1180
This PR adds support for `GlobalAveragePooling2D` and `GlobalMaxPool2D` on the TFlite backend. When the k`eep_dims` option is enabled, the output is a 2D tensor, necessitating the inclusion of an additional flatten layer. Additionally, the names of these layers have been updated to match the output tensor names generated by `generate.py` from the opencv_extra repository.
- [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
- [ ] 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
11 months ago
..
cityscapes_semsegm_test_enet.py
Misc. modules/ typos
7 years ago
imagenet_cls_test_alexnet.py
change fcn8s-heavy-pascal tests from caffe to onnx
1 year 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
change fcn8s-heavy-pascal tests from caffe to onnx
1 year ago
test_backends.cpp
Merge pull request #24834 from fengyuentau:cuda_naryeltwise_broadcast
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 #25181 from dkurt:release_conv_weights
1 year ago
test_common.impl.hpp
Merge pull request #25181 from dkurt:release_conv_weights
1 year 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 #25271 from fengyuentau:matmul_bias
1 year ago
test_ie_models.cpp
Fix for OpenVINO 2024.0
1 year ago
test_int8_layers.cpp
dnn(test): skip very long debug tests, reduce test time
1 year ago
test_layers.cpp
Skip Test_Caffe_layers.Concat with Vulkan due to sporadic failures.
12 months ago
test_main.cpp
Merge pull request #23109 from seanm:misc-warnings
2 years ago
test_misc.cpp
Merge pull request #23736 from seanm:c++11-simplifications
1 year ago
test_model.cpp
Made fcn-resnet50-12.onnx model optional.
1 year ago
test_nms.cpp
batched nms impl
2 years ago
test_onnx_conformance.cpp
Merge pull request #24610 from jimmylaw21:dnn-onnx-add-group-norm-layer
1 year 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
Einsum OpenVINO backend
1 year 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
Normalize axis parameter in DNN Concat to handle negative values.
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 #25518 from alexlyulkov:al/fixed-gemm-openvino
12 months ago
test_onnx_importer.cpp
Merge pull request #25414 from alexlyulkov:al/range-fixed
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 #25613 from CNOCycle:tflite/ops
11 months ago
test_torch_importer.cpp
DNN: add the Winograd fp16 support ( #23654 )
1 year ago