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

vision camera improvements for iOS #34

Merged
merged 18 commits into from
Nov 20, 2024
Merged

Conversation

alexshepard
Copy link
Contributor

main improvements are to add on-device geo model for higher accuracy, and score pruning before tree walkup.

on my iPhone 13 Pro, we go from 550ms per frame to 120ms per frame, even including the geo model, by pruning scores.

@alexshepard alexshepard requested a review from jtklein October 19, 2024 19:08
LOL. did xcode pick this and autocomplete it from some other RN module?
@alexshepard alexshepard requested a review from kvangork October 24, 2024 01:28
example/src/App.tsx Show resolved Hide resolved
ios/Classifier/VCPGeoModel.m Show resolved Hide resolved
ios/Classifier/VCPGeoModel.m Show resolved Hide resolved
ios/Classifier/VCPTaxonomy.m Outdated Show resolved Hide resolved
ios/Classifier/VCPTaxonomy.m Show resolved Hide resolved
ios/Classifier/VCPVisionModel.m Outdated Show resolved Hide resolved
@alexshepard alexshepard requested a review from kvangork October 25, 2024 15:11
Copy link

@kvangork kvangork left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the changes!

@jtklein jtklein merged commit d36a744 into inaturalist:main Nov 20, 2024
3 checks passed
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