Adding the fritz sdk to monitor the model #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@MijeongJeon Nice app! Works pretty well although I think it has a little trouble recognizing diamond / rhombus and hexagons (those might be more difficult and not sure which specific shape classifiers the model is trained on).
I pulled down the repo and noticed a couple things which might help like initializing the model once instead of each time it’s invoked. I also added in the Fritz SDK so you can get some insight into how your model is performing. Full disclosure, I'm a lead developer for Fritz and working on a developer platform to optimize, monitor, and deploy machine learning models on mobile. I took a video of me running your app to show some of the insight we can provide on your models running on the edge.
Is this something that would help you with this project? Checkout https://app.fritz.ai/early-access. More than happy to give you an account and see what you think. I've left placeholders for the model id and app token which I can walk you through setting up. If this isn't useful, feel free to close this PR out. My feelings won't be hurt :)
FYI, I added Fritz using cocoapods so you'll want to run ```pod install`` and open it up in xcode using ShapeDetector.xcworkspace.