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
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