Skip to content
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

@jakmro/classification android #55

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

jakmro
Copy link
Contributor

@jakmro jakmro commented Dec 16, 2024

Description

Image classification for android

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

@jakmro jakmro requested a review from mkopcins December 16, 2024 09:04
@jakmro jakmro marked this pull request as ready for review December 16, 2024 11:39
@jakmro jakmro force-pushed the @jakmro/classification-android branch from c0e021e to e653737 Compare December 16, 2024 19:05
Copy link
Collaborator

@mkopcins mkopcins left a comment

Choose a reason for hiding this comment

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

I had problems with build, can you double check on your end?

}

override fun preprocess(input: Mat): EValue {
Imgproc.resize(input, input, getModelImageSize())
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI this is not 'in-place' wrt underlying memory

@jakmro jakmro merged commit 240af5b into main Dec 17, 2024
2 checks passed
@jakmro jakmro deleted the @jakmro/classification-android branch December 17, 2024 08:23
chmjkb pushed a commit that referenced this pull request Dec 17, 2024
## Description
Image classification for android

### 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
- [ ] iOS
- [x] Android

### 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.

2 participants