Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it work for Azure Kinect #7

Open
jiangSeu opened this issue Sep 18, 2021 · 3 comments
Open

Does it work for Azure Kinect #7

jiangSeu opened this issue Sep 18, 2021 · 3 comments

Comments

@jiangSeu
Copy link

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!

@LizhenWangT
Copy link
Owner

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.

@jiangSeu
Copy link
Author

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

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

Thank you.

@LizhenWangT
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants