open-mmlab / mmskeleton

A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.
Apache License 2.0
2.94k stars 1.04k forks source link

question about run python main.py demo_offline #463

Open hhaaahaaaas1221 opened 1 year ago

hhaaahaaaas1221 commented 1 year ago

I encountered an error while trying to test demo_offline.The error is as follows: (pytorch) E:\Ruan\torch\st-gcn-master\st-gcn-master>python main.py demo_offline --video ./resource/media/clean_and_jerk.mp4 --openpose openpose-master/openpose-master/build Can not find Openpose Python API. Traceback (most recent call last): File "main.py", line 33, in <module> p.start() File "E:\Ruan\torch\st-gcn-master\st-gcn-master\processor\demo_offline.py", line 31, in start video, data_numpy = self.pose_estimation() TypeError: 'NoneType' object is not iterable I have no choice but to follow the online tutorial and make changes that are still invalid

LYHNB commented 1 year ago

I have the same problem,have you worked out?