You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
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?