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

Format of Data #3

Open
casawa opened this issue Apr 13, 2018 · 2 comments
Open

Format of Data #3

casawa opened this issue Apr 13, 2018 · 2 comments

Comments

@casawa
Copy link

casawa commented Apr 13, 2018

What format is the training data in?

I see, for example in Data_sample/P1_02828884_bench/train_3d_vox256/ 10b43623dbc8ab25ad5067eac75a07f7_0_0_1.npz, a numpy array of shape (144, 254, 67, 1),
but I'm not clear on what these dimensions correspond to -- any insight would be appreciated.

Thank you for releasing this and thank you for your time!

@Yang7879
Copy link
Owner

@casawa The array (144, 254, 67, 1) is a voxel grid (x, y, z, channel), the value of the channel is either 1 or 0, indicating occupied or not. This voxel grid will be centered within a (256,256,256,1) voxel grid for training and testing.

In "tools.py" file, please check out the functions "load_single_voxel_grid()", "voxel_grid_padding()", and "plotFromVoxels()".

@bharadwajdhornala
Copy link

Hi @Yang7879 Could you guide me for my output as .obj rather than .npz or .mat, so that I can have better visualization of your output. Please guide through this#15

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

3 participants