microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
544 stars 89 forks source link

run error #21

Open yangbiaobiao500 opened 4 years ago

yangbiaobiao500 commented 4 years ago

python run/pose3d/estimate_cuda.py --cfg experiments-local/mixed/resnet50/256_fusion.yaml Traceback (most recent call last): File "run/pose3d/estimate_cuda.py", line 20, in from core.config import config ImportError: No module named core.config Hope to get your help, thank you very much

ChenConnie commented 4 years ago

I meet the same error, Have you solved it?