Skip to content

feat: Image segmentation for ios #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 17, 2025
Merged

Conversation

JakubGonera
Copy link
Contributor

@JakubGonera JakubGonera commented Mar 5, 2025

Description

Add semantic image segmentation with iOS native code. The result of a model run is a map containing masks of per-pixel probability for specified classes and an 'argmax' mask containing the indices of max value labels for each pixel.

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

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 force-pushed the @jakubgonera/image-segmentation branch from 5ef4c4d to 0eb1cdd Compare March 5, 2025 11:57
@JakubGonera JakubGonera requested a review from chmjkb March 5, 2025 12:31
@JakubGonera JakubGonera requested a review from chmjkb March 10, 2025 11:32
Copy link
Contributor

@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, LGTM 🚀

@JakubGonera JakubGonera force-pushed the @jakubgonera/image-segmentation branch from 5dbf576 to fbd1c85 Compare March 14, 2025 14:33
@JakubGonera JakubGonera merged commit 0e9a273 into main Mar 17, 2025
2 checks passed
@JakubGonera JakubGonera deleted the @jakubgonera/image-segmentation branch March 17, 2025 12:46
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.

3 participants