-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Style transfer models uploaded to hf repo (#58)
## Description Style transfer models are now fetched from hf repository, depending on device OS it's using coreml or xnnpack model, also binary files were removed from example app ### 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 - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
- Loading branch information
1 parent
7484a31
commit 8d0089a
Showing
11 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
Binary file removed
BIN
-6.46 MB
examples/computer-vision/assets/style_transfer/android/candy_xnnpack_640_fp32.pte
Binary file not shown.
Binary file removed
BIN
-6.46 MB
examples/computer-vision/assets/style_transfer/android/mosaic_xnnpack_640_fp32.pte
Binary file not shown.
Binary file removed
BIN
-6.46 MB
examples/computer-vision/assets/style_transfer/android/rain_princess_xnnpack_640_fp32.pte
Binary file not shown.
Binary file removed
BIN
-6.46 MB
examples/computer-vision/assets/style_transfer/android/udnie_xnnpack_640_fp32.pte
Binary file not shown.
Binary file removed
BIN
-4.98 MB
examples/computer-vision/assets/style_transfer/ios/__candy_coreml_all.pte
Binary file not shown.
Binary file removed
BIN
-4.98 MB
examples/computer-vision/assets/style_transfer/ios/__mosaic_coreml_all.pte
Binary file not shown.
Binary file removed
BIN
-4.98 MB
examples/computer-vision/assets/style_transfer/ios/__rain_princess_coreml_all.pte
Binary file not shown.
Binary file removed
BIN
-4.98 MB
examples/computer-vision/assets/style_transfer/ios/__udnie_coreml_all.pte
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters