There is a library in python called mediapipe , developed by google. I have to grab 478 landmark points on face (MediaPipe Face Mesh)
But as its website sayshttps://pypi.org/project/mediapipe/
It is not supported in python 3.6,
How Can I install it in my Jetson Nano?
Hi,
You might neet to use an older version for Nano.
Below is some experience shared by the community for your reference:
Thanks.
Actually I need to use media pipe in python , i.e.
“import mediapipe as mp”
in my python script and then do some work on it…
like grab the 478 face landmark points or other things…
hear it look like some one liner command lines …
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.