Does it work for Azure Kinect
jiangSeu opened this issue · 3 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.