Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition icon indicating copy to clipboard operation
Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition copied to clipboard

System error!

Open LexTran opened this issue 5 years ago • 0 comments

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: <built-in function connectSlotsByName> returned a result with an error set

Can anyone help me? Thanks a lot

LexTran avatar Feb 17 '20 07:02 LexTran