thanks for this nice project. I am trying to use the expose model on the demo/webcam.py script.
When only launching webcam.py script without any flags, I am getting the output as expected with the SMPL model. After setting up the structure as explained here and running:
I'm getting a strange output (see attached image). Any ideas why this is happening? I am missing the files "hrnet_pretrain.pth" and "resnet18.pth" Where do I get them?
Hi everyone,
thanks for this nice project. I am trying to use the expose model on the demo/webcam.py script.
When only launching webcam.py script without any flags, I am getting the output as expected with the SMPL model. After setting up the structure as explained here and running:
python demo/webcam_demo.py --mesh_reg_config configs/expose/expose.py --mesh_reg_checkpoint data/checkpoints/expose.pth
I'm getting a strange output (see attached image). Any ideas why this is happening? I am missing the files "hrnet_pretrain.pth" and "resnet18.pth" Where do I get them?
Thanks in advance.