PIC4SeR/AcT

KeyError problem

Closed this issue · 2 comments

Sorry to bother you, when I running this program,it show KeyError: 'openpose_legacy' . I check the file and it shows that the problem is in python3.7/site-packages/mpose/mpose.py", line 81, in set_data_config self.K = self.config['DATASET'][self.pose_extractor]['K']
I want to know how to solve it.
Thank you!

Sorry, just change 'openpose_legacy' to 'openpose', and everything should work fine. That configuration was for an older version of the mpose package, which has recently been updated.
I hope this solves your problem!

It's working! thank you very much