Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.10/3.10.13_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/Users/jerrylee/Works/UnityPythonMediaPipeAvatar/mediapipeavatar/body.py", line 93, in run
cv2.imshow('Body Tracking', image)
cv2.error: Unknown C++ exception from OpenCV code
When I run main.py, I got this error message. pose landmarks are captured and Avatar are moving but the video stream can't be shown. This is on MacOS and Python 3.10. Keep debugging but it's to let you know.
By the way, the "sample scene" in the Readme is gone, and found calibrationScene. Could you update readme?
Thank you for the project.
Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.10/3.10.13_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/Users/jerrylee/Works/UnityPythonMediaPipeAvatar/mediapipeavatar/body.py", line 93, in run
cv2.imshow('Body Tracking', image)
cv2.error: Unknown C++ exception from OpenCV code
When I run main.py, I got this error message. pose landmarks are captured and Avatar are moving but the video stream can't be shown. This is on MacOS and Python 3.10. Keep debugging but it's to let you know.
By the way, the "sample scene" in the Readme is gone, and found calibrationScene. Could you update readme?
Thank you for the project.