You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: BaseModel abstract class, primitive Style Transfer, functions for retrieving model metadata (#44)
## Description
This pull request introduces Model base class on top of which every
other model should be built, there's also a primitive implementation of
StyleTransferModel and functions for retrieving model metadata. Fix for
bindings allowing to return multiple outputs.
**__During code review don't focus on StyleTransfer Module as it will
change and it's for test purposes right now__**
Don't review:
- StyleTransfer.kt
- StyleTransferModel.kt
- StyleTransfer.h
- StyleTransfer.mm
- StyleTransferModel.mm
- StyleTransferModel.h
- BitmapUtils.kt
- Imageprocessor.h/Imageprocessor.m
- TensorUtils.kt
### 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
### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->
### Screenshots
<!-- Add screenshots here, if applicable -->
### Related issues
<!-- Link related issues here using #issue-number -->
### Checklist
- [x] 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
- [x] My changes generate no new warnings
### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
---------
Co-authored-by: jakmro <[email protected]>
Co-authored-by: Jakub Chmura <[email protected]>
Co-authored-by: mkopcins <[email protected]>
0 commit comments