anibali / margipose

3D monocular human pose estimation
Apache License 2.0
98 stars 20 forks source link

Evaluation code is not compatible with h36m dataset #3

Closed hoyeYang closed 5 years ago

hoyeYang commented 5 years ago

Hi, thanks for your great contribution! However, when I evaluated on h36m dataset, an error occurred in line 84 of the eval_3d.py since 'frame_ref' is only used in mpi3d dataset

anibali commented 5 years ago

It looks like I broke the evaluation code for Human3.6M in this commit: https://github.com/anibali/margipose/commit/8d798d7dfc11cf7450b25538bf8df6192efcd1cb. I'll look into fixing it again.

anibali commented 5 years ago

This issue should be fixed in https://github.com/anibali/margipose/commit/65649a5ddc8577546f3006d0d58c31b4087fd306. Please give it a try.

hoyeYang commented 5 years ago

It works now. Thanks!