-
Notifications
You must be signed in to change notification settings - Fork 27
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
About Input? #7
Comments
@ming-dream see #5 . The processing steps and code are there. |
Sorry,I still don't understand the step of changing an image in to two npzs. Is the image just a png? Could you show me an example,thanks in advance. |
@ming-dream One depth image is processed to be only one "npz" file. The other "npz" file is the corresponding 3D groundtruth which is generated thru voxelization algorithm or the "binvox" tool. I added a "Data_preprocess" folder in the gitHub repository, which showcases how to transfer a single depth image to a 256^3 voxel grid. Please check it out. https://github.com/Yang7879/3D-RecGAN-extended/tree/master/Data_preprocess |
How can I get the 2.5d input(the two npz)from a image?
The text was updated successfully, but these errors were encountered: