Skip to content

feat: port object detection to C++#361

Merged
JakubGonera merged 4 commits intomainfrom
@jakubgonera/object-detection
Jun 10, 2025
Merged

feat: port object detection to C++#361
JakubGonera merged 4 commits intomainfrom
@jakubgonera/object-detection

Conversation

@JakubGonera
Copy link
Copy Markdown
Contributor

@JakubGonera JakubGonera commented Jun 4, 2025

Description

Port object detection native code to C++

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improves or adds clarity to existing documentation)

Tested on

  • iOS
  • Android

Related issues

#260 #255

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

@JakubGonera JakubGonera requested a review from chmjkb June 4, 2025 12:12
@JakubGonera JakubGonera self-assigned this Jun 4, 2025
@JakubGonera JakubGonera force-pushed the @jakubgonera/object-detection branch from 7bf6fb7 to d31a5b4 Compare June 5, 2025 06:41
@JakubGonera JakubGonera force-pushed the @jakubgonera/object-detection branch from 40d27fb to 4b90874 Compare June 6, 2025 09:28
@JakubGonera JakubGonera requested a review from pweglik June 6, 2025 09:29
Copy link
Copy Markdown
Collaborator

@chmjkb chmjkb left a comment

Choose a reason for hiding this comment

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

Overall the code looks clean, but the output bounding boxes are translated. I tested the outputs against what's on main and it clearly looks off :D

@JakubGonera JakubGonera requested a review from chmjkb June 10, 2025 07:51
@JakubGonera JakubGonera merged commit 211757d into main Jun 10, 2025
2 checks passed
@JakubGonera JakubGonera deleted the @jakubgonera/object-detection branch June 10, 2025 08:30
mkopcins pushed a commit that referenced this pull request Oct 15, 2025
## Description

Port object detection native code to C++

### Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)

### Tested on

- [x] iOS
- [x] Android

### Related issues

#260 #255

### Checklist

- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notify the garbage collector of the size of loaded models in C++ native code

3 participants