-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Using two iOS frameworks in one app #2378
Comments
Hi @ozgurshn, Could you please provide the steps to reproduce the above observation. Thanks! |
Hi @sgowroji, For the face model, I use these files and put them faceTracker folder in ios folder
in view controller, create instances of this classes
In viewdidload() start camera and then start graphs for each model
and
Import delegate functions
I uploaded sample project here containing two frameworks and running code https://github.com/ozgurshn/HandAndFaceTrackerMediaPipe Update: |
Reassign to the MediaPipe iOS owner. |
hey, any updates on how to approach this? |
Hi @ozgurshn , |
Hi @sureshdagooglecom, it's expired for me, not looking for a solution anymore |
Hi @ozgurshn, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you. |
Closing as stale. Please reopen if you'd like to work on this further. |
hello, I'm trried to fine the answer, I imported the two mediapipe Framework in Xcode and got an error.
|
pls. help me... I will pay for your kind! |
@ozgurshn @Epoch2022-iOS, were you able to solve this issue? |
System information
Describe the problem:
I built iOS frameworks for Hand and Full Range Face Detection models. When I try to use these two framework in the app, I got the following error. What's the right way to use two different models in iOS app?
Note: I don't need to run the two models simultaneously.
The text was updated successfully, but these errors were encountered: