Julien Fischer

Results 4 comments of Julien Fischer

Assuming that for you, the error also occurs if you want to visualize the created mesh on top of the original image (`--visualize="True"` option): I ended up copying some of...

You also need to add the following line: https://github.com/jufi2112/smplify-x/blob/8e594c1e521fbaed1a62e88ad945b36827130022/smplifyx/fit_single_frame.py#L469 This is because the camera center is not part of the original result dict

I've encountered your first problem when trying to follow the SMPLify-x example as well. The current [model_loader.py](https://github.com/nghorbani/human_body_prior/blob/0278cb45180992e4d39ba1a11601f5ecc53ee148/src/human_body_prior/tools/model_loader.py) file does indeed not contain a function load_vposer. What I did was not...