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

binbox voxeliser gives (256,256,256) shape and input to your model is (1,64,64,64,1) #5

Open
EphChem opened this issue Jan 22, 2020 · 0 comments

Comments

@EphChem
Copy link

EphChem commented Jan 22, 2020

Hello,
I would like to use my own data to retrain RenderNet.
I use voxeliser here: https://www.patrickmin.com/binvox/ I get .binbox files. However when I read the .binbox files with binbox_rw.py, they have shape (256,256,256) and your .binbox files like chair.binbox are (64,64,64). The input to your model is also (1,64,64,64,1). And I get following error message:
ValueError: cannot reshape array of size 16777216 into shape (1,64,64,64,1)

How do you generate binbox files with dimensions (64,64,64)?

@EphChem EphChem changed the title binbox voxeliser gives (256,256,256) shape and input to your model is (1,64,64,64,1)) binbox voxeliser gives (256,256,256) shape and input to your model is (1,64,64,64,1) Jan 22, 2020
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

1 participant