-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally working.. using CVPixelBuffer converter provided by mediapipe…
… ends up solving the issue also found out that the current graph utputs nothing if there is no face detected, need a new graph.
- Loading branch information
Showing
18 changed files
with
1,438 additions
and
131 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "FaceMeshIOSFrameworkPod" | ||
s.version = "0.1.0" | ||
s.summary = "Downloader for FaceMeshFramework." | ||
s.description = <<-DESC | ||
An extended description of MyFramework project. | ||
DESC | ||
s.homepage = "http://your.homepage/here" | ||
s.license = { :type => 'Copyright', :text => <<-LICENSE | ||
Copyright 2018 | ||
Permission is granted to... | ||
LICENSE | ||
} | ||
s.author = { "swittk" => "[email protected]" } | ||
s.source = { :http => 'https://github.com/swittk/MediapipeFaceMeshIOSLibrary/releases/download/2021-09-21/FaceMeshIOSLibFramework.xcframework.zip' } | ||
s.vendored_frameworks = "FaceMeshIOSLibFramework.xcframework" | ||
s.platform = :ios | ||
s.ios.deployment_target = '11.2' | ||
end |
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
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
Oops, something went wrong.