Skip to content

feat!: (object detection) RF-detr support, generic model support#826

Merged
chmjkb merged 24 commits intomainfrom
@chmjkb/object-detection-generic
Mar 3, 2026
Merged

feat!: (object detection) RF-detr support, generic model support#826
chmjkb merged 24 commits intomainfrom
@chmjkb/object-detection-generic

Conversation

@chmjkb
Copy link
Copy Markdown
Collaborator

@chmjkb chmjkb commented Feb 23, 2026

Description

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

Run demo app with RF-DETR model

Screenshots

Related issues

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

@chmjkb chmjkb force-pushed the @chmjkb/object-detection-generic branch from 4969b41 to 35c6056 Compare February 25, 2026 13:55
@chmjkb chmjkb marked this pull request as ready for review February 25, 2026 17:48
@chmjkb chmjkb marked this pull request as draft February 25, 2026 17:48
@chmjkb chmjkb marked this pull request as ready for review February 26, 2026 09:40
@msluszniak msluszniak added the feature PRs that implement a new feature label Feb 26, 2026
@msluszniak msluszniak linked an issue Feb 26, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Member

@msluszniak msluszniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be cool if someone else also check this PR.

Copy link
Copy Markdown
Contributor

@NorbertKlockiewicz NorbertKlockiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion the computer vision example app should by default use the rf-detr model as a default (currently it's using ssdLite)

Copy link
Copy Markdown
Member

@msluszniak msluszniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than rebase I think it's ok.

@chmjkb chmjkb force-pushed the @chmjkb/object-detection-generic branch from 0e63fe5 to e4af32c Compare March 3, 2026 07:05
@chmjkb
Copy link
Copy Markdown
Collaborator Author

chmjkb commented Mar 3, 2026

I know this needs API reference, but for review clarity I'll add it later

@chmjkb chmjkb marked this pull request as draft March 3, 2026 07:51
@chmjkb chmjkb marked this pull request as ready for review March 3, 2026 07:54
@chmjkb chmjkb added this to the v0.8.0 milestone Mar 3, 2026
@msluszniak msluszniak removed this from the v0.8.0 milestone Mar 3, 2026
@msluszniak

This comment was marked as resolved.

@chmjkb chmjkb requested a review from msluszniak March 3, 2026 13:07
@chmjkb chmjkb merged commit 12b2500 into main Mar 3, 2026
6 checks passed
@chmjkb chmjkb deleted the @chmjkb/object-detection-generic branch March 3, 2026 14:31
@msluszniak msluszniak mentioned this pull request Mar 4, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a generic interface for object detection

3 participants