mediapipe
mediapipe copied to clipboard
There is something strange when I run Pose_Landmarker.ipynb.
examples/pose_landmarker/python/[MediaPipe_Python_Tasks]_Pose_Landmarker.ipynb: The google-colab package currently found can only be successfully installed in python3.7. Another package mediapipe0.10.9 needs to be successfully installed in python3.10. In this case, how should this code be run?
I solved this problem by using conda install -c conda-forge google-colab instead of pip install google-colab