-
Notifications
You must be signed in to change notification settings - Fork 1
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
How can we create a demo file to test trained models and visualize results? #8
Comments
You can add config |
Thank you very much for your reply, following your instructions, I referred to Pix2Vox and got the following visualization script showed as below:
I am using this script in the runner.py
`
so, what should I do to fix this? Thank you very much!!! (I'm really sorry for my weak coding skills (༎ຶ ෴ ༎ຶ)) |
It seems like you made some mistakes about the initialization of Encoder. Please check your code. |
Greetings!!! I'm sorry to bother you again. Now that the model has been trained, I would like to ask for advice on how to test and generate a 3D voxel model using your own images. I will be grateful if model visualization script is collected in a test file.
The text was updated successfully, but these errors were encountered: