-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something went wrong while importing Openpose #10
Comments
Same problem, ubuntu 18.04. |
I solve the problem. Compile the source (I use the release 1.7.0 and python 3.7) and then copy the compiled pyopenpose.cpython-37m-x86_64-linux-gnu.so to folder OpenPose/openpose and change the code src/utils.py about Line 135 from
to
Please access my openpose blog for details. |
Hi @xugaoxiang, Thanks a lot for the information! I will update the instructions on my repo following your solution. |
This is a great project, thank you. |
Thanks! |
While performing analysis on Video, I run into the following error. The app works with the pictures, the following problem arises only when video is selected.
Something went wrong when importing OpenPose
Debugging middleware caught exception in streamed response at a point where response headers were already sent.
Traceback (most recent call last):
File "C:\Users\Devil\AppData\Roaming\Python\Python37\site-packages\werkzeug\wsgi.py", line 506, in next
return self._next()
File "C:\Users\Devil\AppData\Roaming\Python\Python37\site-packages\werkzeug\wrappers\base_response.py", line 45, in _iter_encoded
for item in iterable:
File "D:\GritFeat\CV\AI-basketball-analysis-master\src\app_helper.py", line 19, in getVideoStream
datum, opWrapper = openpose_init()
File "D:\GritFeat\CV\AI-basketball-analysis-master\src\utils.py", line 47, in openpose_init
raise e
File "D:\GritFeat\CV\AI-basketball-analysis-master\src\utils.py", line 39, in openpose_init
import OpenPose.Release.pyopenpose as op
ModuleNotFoundError: No module named 'OpenPose.Release.pyopenpose'
The text was updated successfully, but these errors were encountered: