VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"

Results 128 VIBE issues
Sort by recently updated
recently updated
newest added

Hi , i try to use your amazing work to estimate a person volume by using the fitted SMPL Mesh. I was able to transform the Mesh in my respective...

I met this bug Traceback (most recent call last): File "/opt/data/private/VIBE-master/demo.py", line 416, in main(args) File "/opt/data/private/VIBE-master/demo.py", line 278, in main renderer = Renderer(resolution=(orig_width, orig_height), orig_img=True, wireframe=args.wireframe) File "/opt/data/private/VIBE-master/lib/utils/renderer.py", line...

bug

Thanks for your interest in our research! If you have problems running our code, please include; 1. your operating system and the version: Windows 11 x64 bit 2. your python...

bug

I was curious about how many joints are estimated? I went over "pred_joints3d" once I run the demo. It seems like there were 49 human body joints. Am I correct?...

Dear All, I would like to apply 'joints3d' data (defined in def get_spin_joint_names() of kp_utils.py) to conduct motion analysis in OpenSim software. Yet, 1. it is not clear to me...

"I found that the dataset on the amass website is inconsistent with the dataset used for this project, and I cannot find the 'BioMotionLab_ NTroje', 'MPI_ HDM05', 'MPI_ Limits', 'MPI_...

enhancement

For people who try to use this model in 2023 or later: Don't use it and look for a new one. I 'm not complaining. The versions of the libraries...

Hi @mkocabas , congratulations on the wonderful project. I have a query regarding the camera parameters. In `demo.py` the `orig_cam` outputs are `(sx,sy,tx,ty)`. Is this rotation and translation in the...

I have been trying for two weeks to get VIBE running for a project and continually run into dependency conflicts. It is running python 3.8 and torch 1.4 as per...

Hello @mkocabas, I saw your result comparison on H36m dataset. I was wondering if you have the processed file for human3.6m dataset. I can email you or a G_drive would...