leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.33k stars 912 forks source link

ModuleNotFoundError: No module named "__main__.config" #97

Open kingbackyang opened 5 years ago

kingbackyang commented 5 years ago

tools/train.py from .config import cfg Seems like that .config doesn't exists at all, There is something wrong with my sys.path when I use this repo. @leoxiaobin

Manthata commented 4 years ago

Hi, I just came across the problem now and it seems like the .config file was updated! I just recloned the repo and it works now