Gengzigang / PCT

This is an official implementation of our CVPR 2023 paper "Human Pose as Compositional Tokens" (https://arxiv.org/pdf/2303.11638.pdf)
MIT License
311 stars 20 forks source link

Trouble shooting: Key image_file is not in available keys #39

Open Kun-Ming opened 2 months ago

Kun-Ming commented 2 months ago

When I got this error: File "/home/zhang/anaconda3/envs/py310pt121/lib/python3.10/site-packages/albumentations/core/composition.py", line 358, in _check_args raise ValueError(msg) ValueError: Key image_file is not in available keys. According to this post: https://github.com/open-mmlab/mmdetection/issues/11770, I downgrade albumentations to 1.3.1 and solved it.