-
Notifications
You must be signed in to change notification settings - Fork 4
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
Introduce new versions for FaceDetector, SelfieViewModel classes and Liveness Check Manager. #224
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
4080479
implement design for selfie capture camera frame.
tobitech d823d16
add lottie animation, product cells for selfie enrollment and selfie …
tobitech edfcba5
update new selfie view model with existing implementation
tobitech b9c89cd
add some image utility functions, import selfie quality model and add…
tobitech aa8519b
Merge branch 'new-smart-selfie-capture' into selfie-quality-model
tobitech 1374bfc
some code formatting
tobitech 8a3159d
more code formatting
tobitech f5a508a
compile coreml model to generate .mlmodelc file.
tobitech a1e727b
automatically generate the model class file.
tobitech 50b6c70
remove uncompiled model file.
tobitech dd6ca7e
disable lint from generated file.
tobitech 7a2f325
make a separate class that will handle all the image processing and c…
tobitech 53f5e67
add some documentation and code formatting
tobitech ed33072
Merge branch 'main' into selfie-quality-model
tobitech 7b8e90f
fix issue with crop to face function.
tobitech cafd1bb
introduce a new version for facedetector class and new debug design f…
tobitech de04c27
rename preview view to camera view controller
tobitech a450e4a
hook up new face detector class to the new selfie view model.
tobitech f8d3ff7
integrate the new model that takes an image input and also display th…
tobitech c2ea145
Merge branch 'main' into active-liveness-checks
tobitech 97ac1f4
Merge branch 'new-smart-selfie-capture' into active-liveness-checks
tobitech 7d44c6b
remove lottie resources. code formatting.
tobitech 0214a84
Add new debug views and and also use av preview layer to calculate th…
tobitech 544a48f
Fix issue with face bounding box. implement face size and positioning…
tobitech 45d4faa
add instructions view to the selfie capture screen.
tobitech 73d8236
add image capture to the selfie view model.
tobitech 5a5373c
Add a view to show captured images: selfie and liveness.
tobitech 9db6318
add active liveness manager class and move updating directive to the …
tobitech 9ec0d9f
Merge branch 'new-smart-selfie-capture' into active-liveness-checks
tobitech 8fa841f
some clean up
tobitech 126caca
remove print statements from facedetectorv2
tobitech 35e900b
move face geometry check for active liveness into the liveness manager
tobitech 4f194c1
refactor how current task is assigned and how directive for liveness …
tobitech 7a24d93
update criteria for passing the liveness checks
tobitech 253d87b
fix the length of the captured image view
tobitech 68835c2
code formatting
tobitech d94d1f7
add some documentation to liveness check manager class
tobitech 3c7a96d
more docs
tobitech 6459475
Merge branch 'main' into active-liveness-checks
tobitech acc6088
run pod install
tobitech 4efc947
folder structure changes.
tobitech fb0ebda
code formatting.
tobitech ae0ff57
Merge branch 'new-smart-selfie-capture' into active-liveness-checks
tobitech 65a51be
import UIkit inside Imageclassifier.
tobitech 2cfcd7f
add the ML folder group into the right target.
tobitech 9641c0c
some layout changes.
tobitech ae218ff
Merge branch 'new-smart-selfie-capture' into active-liveness-checks
tobitech 4a1b6ca
update the bundle for the generated ml model class.
tobitech ca464b9
move initialisation for the image classifier into the init function s…
tobitech File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may be the issue, we need this in the SDK not in the project, when installing with cocoapods, you will have to tweak the podspec and test this across spm, carthage and cocoapods as well