tencent-ailab / hifi3dface

Code and data for our paper "High-Fidelity 3D Digital Human Creation from RGB-D Selfies".
Other
756 stars 153 forks source link

RGBD results are not same as the demo output. #18

Closed AIdeveloper-oz closed 3 years ago

AIdeveloper-oz commented 3 years ago

I used the RGBD capture module in iphone 11 and captured the depth images similar to the test data. But my output seems to be messed. Not clear about where I went wrong. Help me generate the correct result as mentioned in the paper.

Also when I built the RGBD capture module in iphone X, the camera window opens, but capturing is not happening. What would be the reason for that?

FYI, I use Meshlab for viewing the outputs. Thanks in Advance!

error

haoxianzGit commented 3 years ago

hello, you can try again, we have fixed this bug

AIdeveloper-oz commented 3 years ago

Hi @haoxianzGit, Thanks! Its working now. Yet, I didn't find any solution for my second question regarding iphone X. Do you have any idea on why it's not working in X?

lxk121lalala commented 3 years ago

Have you tried using the collection program we provide? The test data we provide is collected using iphonex. Maybe you need to check if the depth sensor of iPhone X is working properly

AIdeveloper-oz commented 3 years ago

I used the same collection code. It worked fine on iphone 11. Will check for any issues in the sensor. Anyways, Thanks for the reply.

alisherakb commented 3 years ago

Hi @AIdeveloper-oz , Can you please share how did you solve an issue with compiling tf_mesh_renderer here? Especially, I am interested in your working versions of Cuda, Cudnn, Tensorflow and Bazel. Thank you in advance!