Skip to content

TFLite StridedSlice#27273

Merged
asmorkalov merged 2 commits intoopencv:4.xfrom
dkurt:dnn_tflite_slice
May 3, 2025
Merged

TFLite StridedSlice#27273
asmorkalov merged 2 commits intoopencv:4.xfrom
dkurt:dnn_tflite_slice

Conversation

@dkurt
Copy link
Copy Markdown
Member

@dkurt dkurt commented May 1, 2025

Pull Request Readiness Checklist

Limited support of TFLite's StridedSlice with unit strides

resolves #26140

Merge with extra: opencv/opencv_extra#1254

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • 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
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@dkurt dkurt changed the title TFLite StridedSllice (without strides but just Slice) TFLite StridedSllice with unit strides May 1, 2025
@dkurt dkurt marked this pull request as draft May 1, 2025 12:49
@dkurt dkurt force-pushed the dnn_tflite_slice branch from d09a6a1 to 6bc30c0 Compare May 1, 2025 13:53
@dkurt dkurt added this to the 4.12.0 milestone May 1, 2025
@dkurt dkurt marked this pull request as ready for review May 1, 2025 14:08
@dkurt dkurt changed the title TFLite StridedSllice with unit strides TFLite StridedSllice May 1, 2025
@dkurt dkurt changed the title TFLite StridedSllice TFLite StridedSlice May 1, 2025
@dkurt dkurt requested a review from asmorkalov May 1, 2025 16:09
@asmorkalov asmorkalov self-assigned this May 3, 2025
@asmorkalov asmorkalov merged commit 0ea3c15 into opencv:4.x May 3, 2025
28 checks passed
@dkurt dkurt deleted the dnn_tflite_slice branch May 3, 2025 14:48
@asmorkalov asmorkalov mentioned this pull request May 27, 2025
asmorkalov pushed a commit that referenced this pull request Jun 13, 2025
Adoptions of TFLife fixes to new engine #27439

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

This PR covers updates from the following PRs:
#27273, #27307 (ported to 5.x by #27370)

resolves #27397

- [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TFLITE] STRIDED_SLICE is not supported by DNN

2 participants