Hand4Whole_RELEASE
Hand4Whole_RELEASE copied to clipboard
the json result pose meaning and real-time
Q1, in the smplx_param.json, i am notice the meaning of pose value? root pose, body pose ...... there are the translation value ? like location ? rotation ? Q2, what is the fps in your env ? can we run it real time ? which env your use, gpu,cuda and so on?
A1. smplx pose parameters are 3D rotations. You can refer to smplx paper for more details. A2. It runs 7 fps on the RTX 2080Ti cuda 11.0
my env: win10 + cuda11.3 + 2080ti + torch1.11 but when run the demo.py, i get 80s in range(700) may i run it in linux ? and some advices ?
What do you mean by 80s in range(700)?
for i in range(700):
out = model(inputs, targets, meta_info, 'test')
700 frames cost 80s
I haven't run my system on Window. I used Ubuntu 18.04.