stefanopini / simple-HRNet

Multi-person Human Pose Estimation with HRNet in Pytorch
GNU General Public License v3.0
571 stars 106 forks source link

Addressing the COCO dataset error #81

Closed wuyenlin closed 3 years ago

wuyenlin commented 3 years ago

Hello, as I previously have reported, it was indeed an issue with wrong file directory. It has nothing to do with absolute directory (pointed out by you).

Simply adding "images" in the imgPath in datasets/COCO.py solved the issue. I have also added in README how the folder should look like, referring to @leoxiaobin 's HRNet repository.

wuyenlin commented 3 years ago

Actually, I just realized there's no images folder by default when unzipping COCO dataset. I have been following @leoxiaobin 's HRNet repository all along.