No module named ‘mediapipe’问题且pip报错No matching distribution Posted by By 隐者艾伦 2024年10月23日Posted inpython学习 程序报错:No module named 'mediapipe' 正常可以通过:pip install mediapipe 来解决问题。 但是,有时候pip报错:Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: C……
opencv出现Can’t parse ‘center’. Sequence item with index 0 has a wrong type问题 Posted by By 隐者艾伦 2023年7月20日Posted inpython学习, 人工智能, 算法学习 程序报错退出,错误提示: M = cv2.getRotationMatrix2D(eyesCenter, angle, scale) TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type 查询后发现问……