TCMR_RELEASE icon indicating copy to clipboard operation
TCMR_RELEASE copied to clipboard

Official Pytorch implementation of "Beyond Static Features for Temporally Consistent 3D Human Pose and Shape from a Video", CVPR 2021

Results 36 TCMR_RELEASE issues
Sort by recently updated
recently updated
newest added

Thank you for your work! For the pre-processed data with name "occ" and without, what's the difference of them?

RuntimeError: Error(s) in loading state_dict for TCMR: size mismatch for regressor.smpl.shapedirs: copying a param with shape torch.Size([6890, 3, 10]) from checkpoint, the shape in current model is torch.Size([6890, 3, 300])....

thank you for sharing the code, but the link is invalid now, where can we get the model again?

Hi, I met this bug and don't know how to resolve it. I've tried to change the egl.py but it didn't work. It may be similar to #7 and I...

Hi, Thank you for your great work! When running your code, I got this error: `Running TCMR on each person tracklet... 0%| | 0/5 [00:00

Running TCMR on each person tracklet... 0%| | 0/1 [00:01

https://github.com/vchoutas/smplify-x Like smplify-x, it will using a traning loop to fitting the shape, does it still needed such a step for TCMR since it already output 3d keypoints and shape....

Hi, thank you for your great work. I have a question about processing Human3.6M dataset. The question occurs when I vis the joints_2d value of one frame. For example, in...

I wanted to run demo on CPU so I tried `python demo.py --vid_file demo.mp4 --gpu -1` However, it turned out: RuntimeError: Attempting to deserialize object on a CUDA device but...