Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition
Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition copied to clipboard
System error!
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 "
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
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: <built-in function connectSlotsByName> returned a result with an error set
Can anyone help me? Thanks a lot