TianzhongSong / Real-Time-Action-Recognition

Real-time pose estimation and action recognition
408 stars 126 forks source link

Multiple Object Tracking not working #13

Closed sumopal23 closed 6 years ago

sumopal23 commented 6 years ago

Hi, thank you for your work it is really interesting! I have a small problem with running the code. Everything works fine but when i press the "Multiple Object Tracking" button to "ON", the program quits with the error: File "run.py", line 171, in show_camera show, joints, bboxes, xcenter = TfPoseEstimator.get_skeleton(show, humans, imgcopy=False) ValueError: too many values to unpack (expected 4) Abort trap: 6 Any way to resolve this issue? Thanks!

sumopal23 commented 6 years ago

Found the error. There was a missing 'sk' on line 171 of run.py