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

ImportError: No module named nets.resnet #16

Closed xcyan closed 4 years ago

xcyan commented 4 years ago

To reproduce: 3DMPPE_ROOTNET_RELEASE/main$ python test.py --gpu 0-1 --test_epoch 20

mks0601 commented 4 years ago

Did you remove line 64 of config.py? (sys.path.insert(0, osp.join(cfg.root_dir, 'common')))