Skip to content

[RNE Rewrite] feat: add object detection task pipeline#1284

Merged
barhanc merged 6 commits into
rne-rewritefrom
@bh/object-detection
Jun 25, 2026
Merged

[RNE Rewrite] feat: add object detection task pipeline#1284
barhanc merged 6 commits into
rne-rewritefrom
@bh/object-detection

Conversation

@barhanc

@barhanc barhanc commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Description

Adds object detection pipeline implementation and corresponding example screen in computer-vision app.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Closes #1239

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@barhanc barhanc self-assigned this Jun 25, 2026
@barhanc barhanc added refactoring feature PRs that implement a new feature labels Jun 25, 2026
@barhanc barhanc linked an issue Jun 25, 2026 that may be closed by this pull request
@barhanc barhanc marked this pull request as ready for review June 25, 2026 12:12
@barhanc barhanc requested a review from msluszniak June 25, 2026 12:12
@barhanc barhanc merged commit 7ec5627 into rne-rewrite Jun 25, 2026
2 checks passed
@barhanc barhanc deleted the @bh/object-detection branch June 25, 2026 14:22
msluszniak added a commit that referenced this pull request Jun 29, 2026
…atures

The demo app now has detection (#1284) and instance-segmentation (#1289)
screens (useObjectDetector / useInstanceSegmenter); declare them so the
feature list matches the hooks the app actually uses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature PRs that implement a new feature refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RNE Rewrite] CV - add object detection pipeline implementation

2 participants