Closed ShuangjunLiu closed 4 years ago
You can full evaluation code at link. I hacked the main evaluation code for convenience. You can replace existing mpii_mupots_multiperson_eval.m
with my hacked one.
Could you specify the repo you use? A direct link will be much helpful. There is only dataset download link for that page, I failed to find their official repository.
Thanks.
On Sat, Oct 26, 2019 at 2:49 AM Gyeongsik Moon notifications@github.com wrote:
You can full evaluation code at link http://gvv.mpi-inf.mpg.de/projects/SingleShotMultiPerson/. I hacked the main evaluation code for convenience. You can replace existing mpii_mupots_multiperson_eval.m with my hacked one.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mks0601/3DMPPE_POSENET_RELEASE/issues/20?email_source=notifications&email_token=AEXVYA4FEPJY2WWMF6RWUHLQQPR77A5CNFSM4JFL3LR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECKBO7Y#issuecomment-546576255, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXVYA3RBIDSRAUJZY2BTA3QQPR77ANCNFSM4JFL3LRQ .
-- Shuangjun Liu, PhD Candidate Augmented Cognition Lab http://www.northeastern.edu/ostadabbas/ Electrical & Computer Engineering Department Northeastern University Boston, MA 02115 liu.shu@husky.neu.edu
They don't have git repo. You can just download MuPoTS-3D dataset at that link.
Got it. Thanks.
On Sat, Oct 26, 2019 at 6:11 PM Gyeongsik Moon notifications@github.com wrote:
They don't have git repo. You can just download MuPoTS-3D dataset at that link.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mks0601/3DMPPE_POSENET_RELEASE/issues/20?email_source=notifications&email_token=AEXVYA5KVA5FMM2WSQFGRSDQQS6ATA5CNFSM4JFL3LR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECKR5QY#issuecomment-546643651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXVYA4SNMBVT2EVXDVZWOLQQS6ATANCNFSM4JFL3LRQ .
-- Shuangjun Liu, PhD Candidate Augmented Cognition Lab http://www.northeastern.edu/ostadabbas/ Electrical & Computer Engineering Department Northeastern University Boston, MA 02115 liu.shu@husky.neu.edu
I checked the matlab evaluation code for MuPoTs.
It seems that many files are missing such as
mpii_mupots_config; addpath('./util'); ...
mpii_evaluate_multiperson_errors_visibility_mask
mpii_map_to_gt_bone_lengths
...Can you help? Thanks.