GUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
when I download this repository and try to use it, I have met a problem like this:
H:\SRT\Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master\custom
AttributeError: getattribute
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 1, in
runfile('H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master/main.py', wdir='H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master')
File "C:\Users\PC.conda\envs\Open\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile
execfile(filename, namespace)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master/main.py", line 268, in
window = OpenposeGUI()
File "H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master/main.py", line 27, in init
loadUi("ui/main_window.ui", self)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic__init__.py", line 226, in loadUi
return DynamicUILoader(package).loadUi(uifile, baseinstance, resource_suffix)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic\Loader\loader.py", line 72, in loadUi
return self.parse(filename, resource_suffix, basedir)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic\uiparser.py", line 1021, in parse
actor(elem)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic\uiparser.py", line 942, in createConnections
QtCore.QMetaObject.connectSlotsByName(self.toplevelWidget)
when I download this repository and try to use it, I have met a problem like this: H:\SRT\Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master\custom AttributeError: getattribute
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 1, in
runfile('H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master/main.py', wdir='H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master')
File "C:\Users\PC.conda\envs\Open\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile execfile(filename, namespace)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile exec(compile(f.read(), filename, 'exec'), namespace)
File "H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master/main.py", line 268, in
window = OpenposeGUI()
File "H:/SRT/Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition-master/main.py", line 27, in init loadUi("ui/main_window.ui", self)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic__init__.py", line 226, in loadUi return DynamicUILoader(package).loadUi(uifile, baseinstance, resource_suffix)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic\Loader\loader.py", line 72, in loadUi return self.parse(filename, resource_suffix, basedir)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic\uiparser.py", line 1021, in parse actor(elem)
File "C:\Users\PC.conda\envs\Open\lib\site-packages\PyQt5\uic\uiparser.py", line 942, in createConnections QtCore.QMetaObject.connectSlotsByName(self.toplevelWidget)
SystemError: returned a result with an error set
Can anyone help me? Thanks a lot