chonyy / AI-basketball-analysis

:basketball::robot::basketball: AI web app and API to analyze basketball shots and shooting pose.
https://ai-basketball-analysis.herokuapp.com/
Other
976 stars 181 forks source link

erro: import OpenPose.Release.pyopenpose as op ImportError: DLL load failed: #43

Open undefeatedsoul opened 1 year ago

undefeatedsoul commented 1 year ago

How to solve the following problems: Traceback (most recent call last): File "D:\Miniconda3\envs\TF-openpose\lib\site-packages\werkzeug\wsgi.py", line 462, in next return self._next() File "D:\Miniconda3\envs\TF-openpose\lib\site-packages\werkzeug\wrappers\response.py", line 50, in _iter_encoded for item in iterable: File "D:\pycharm\PythonProject\AI-basketball\src\app_helper.py", line 19, in getVideoStream datum, opWrapper = openpose_init() File "D:\pycharm\PythonProject\AI-basketball\src\utils.py", line 46, in openpose_init raise e File "D:\pycharm\PythonProject\AI-basketball\src\utils.py", line 38, in openpose_init import OpenPose.Release.pyopenpose as op ImportError: DLL load failed: 找不到指定的模块。 I would greatly appreciate it if you could provide some suggestions

jatin711-debug commented 1 month ago

any updates or how you resolved it ??