MonocularTotalCapture icon indicating copy to clipboard operation
MonocularTotalCapture copied to clipboard

Code for CVPR19 paper "Monocular Total Capture: Posing Face, Body and Hands in the Wild"

Results 18 MonocularTotalCapture issues
Sort by recently updated
recently updated
newest added
trafficstars

Renderer.cpp:(.text+0xdc): undefined reference to `glewInit' Renderer.cpp:(.text+0x417): undefined reference to `__glewUseProgram' Renderer.cpp:(.text+0x435): undefined reference to `__glewGenVertexArrays' Renderer.cpp:(.text+0x450): undefined reference to `__glewBindVertexArray' Renderer.cpp:(.text+0x467): undefined reference to `__glewGenBuffers' Renderer.cpp:(.text+0x482): undefined reference to `__glewGenBuffers'...

Hi, thanks for your great work and I have some questions hope you can help! First, since the steps contain OpenPose -> POF prediction -> single frame fitting, I wonder...

I modified the code according to your method 1(https://github.com/CMU-Perceptual-Computing-Lab/MonocularTotalCapture/issues/20). It can run successfully on the remote server, but the output result is very poor. It seems that render is necessary...

``` Step 11/69 : RUN pip3 install --upgrade setuptools wheel tensorflow-gpu==1.12.0 opencv-python scikit-image Mako matplotlib numpy protobuf ---> Running in 3f5311fc41f7 Traceback (most recent call last): File "/usr/local/bin/pip3", line 7,...

Thanks for your great work! I used the half-body video which is called example_speech. The input length is 10s. However, the result is only 2s. There only 30 frames generated...

Hi, thanks for your amazing work! I'm a rookie in the pose estimation. In the paper I have read about 3D pose estimation, it seems that the 3D trajectory can't...

Thanks for the great work! I run it on my laptop,and got the result pictures in a body_3d_frontal folder, however, I can't find the model files. How I can get...

Is there any progress since #11 to run the model on remote server? @xiangdonglai