xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
614 stars 143 forks source link

Benchmark Test #64

Open NguyenDangBinh opened 5 years ago

NguyenDangBinh commented 5 years ago

Dear, I use GPU and I downloaded datasets. " python main.py --exp_id test --task human3d --dataset fusion_3d --load_model ../models/fusion_3d_var.pth --test --full_test " Can you explain it?

I ran demo.py successfully.

xingyizhou commented 5 years ago

Hi, the options are defined here https://github.com/xingyizhou/pytorch-pose-hg-3d/blob/master/src/lib/opts.py.