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
541 stars 89 forks source link

running estion_cuda #16

Closed wm901115nwpu closed 4 years ago

wm901115nwpu commented 4 years ago

I can't run the estimate_cuda. Do I need to configure anything else?

CHUNYUWANG commented 4 years ago

What is the error message?

wm901115nwpu commented 4 years ago

~/anaconda3/bin/python run/pose3d/estimate_cuda.py --cfg experiments-local/mixed/resnet50/256_fusion.yaml => creating output/mixed/multiview_pose_resnet_50/256_fusion => creating log/mixed/multiview_pose_resnet_50/256_fusion2019-11-14-17-56

And the program is stuck in, in the log folder, I can't get angthing. Do I need to configure anything else?

CHUNYUWANG commented 4 years ago

It is probably in the process of running. You could try to print the MPJPE of each sample at line 114.

wm901115nwpu commented 4 years ago

in terminal, I can't print anything