[feat] : Migration from Mediapipe Solutions to Mediapipe Tasks Framework#74
[feat] : Migration from Mediapipe Solutions to Mediapipe Tasks Framework#74CourageTrain wants to merge 5 commits intoNativeSensors:mainfrom
Conversation
|
Hey @CourageTrain, Thanks. Could you motivate the need why switch |
|
It is not beneficial. But... As users move to newer Python versions, they’ll likely install the latest MediaPipe by default. This PR can support forward compatibility and long-term maintainability - each version of mediapipe still is undergoing changes - since the past 3 years - even within the tasks framework and solutions framework. I think - logic is required to support both mediapipe solutions + tasks framework. Would love to hear your thoughts @PeterWaIIace |
|
@CourageTrain Thanks. Yeah, that sound like very reasonable feature! I will review it tomorrow, and will check compatibility with Tasks Framework. Previously mediapipe could be easily installed with pip, so I will check if there is similar option for Tasks Framework. |
|
Apologies - unstable family + living situation. |
Tested out the API changes
Mediapipe Tasks Framework - needs a download from https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker, to work
It works - but needs clean-up
I am offline for 5 days - will come back on 24th and confirm changes are good.