LizhenWangT / NormalGAN

NormalGAN: Learning Detailed 3D Human from a Single RGB-D Image (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it work for Azure Kinect

jiangSeu opened this issue · comments

Hi, Wang

Thank you very much for your excellent work.

I want to run NormalGAN on data from Azure Kinect, does it work for Azure Kinect?

Thank you!

I have not tried on Kinect Azure, but I think it is feasible.
Depth maps from Kinect Azure have less noise than Kinect v2, but they have similar noise partten.
Note that you should crop the input images to our image resolution, and modify the camera intrinsics in our codes.

Thank you for your reply, I'll have a try.

And Will 3D position information and depth information be retained after reconstruction?

Thank you.

The depth value will be changed by 'perse2ortho' from ops.py and 'fix_p' from test_offline.py. You can project output models back referring to the above two operations.