mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

Do not have 'c' in MSCOCO annot #21

Closed Cardinal2376 closed 4 years ago

Cardinal2376 commented 4 years ago

Hi, it seems I do not have 'c' in the key of MSCOCO 2017 annotations. Could you help me with this problem? Traceback (most recent call last): File "/home/workspace/code/3DMPPE_ROOTNET/main/test.py", line 60, in main() File "/home/workspace/code/3DMPPE_ROOTNET/main/test.py", line 56, in main tester._evaluate(preds, cfg.result_dir)
File "/home/workspace/code/3DMPPE_ROOTNET/common/base.py", line 172, in _evaluate self.testset.evaluate(preds, result_save_path) File "/home/workspace/code/3DMPPE_ROOTNET/data/MSCOCO/MSCOCO.py", line 96, in evaluate c = gt['c'] KeyError: 'c'

mks0601 commented 4 years ago

Sorry I added it at here and pushed this commit.

Cardinal2376 commented 4 years ago

It solved my problem, thanks!