-
Notifications
You must be signed in to change notification settings - Fork 18
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
some questions about results. #14
Comments
I don’t know why, I can’t upload pictures for now, but it seems that there is only one part, such as the part where the armrest and the seat are connected. |
Did you use the pretrained model? How do you get the above voxel outputs? |
with h5py.File(save_path, 'r') as fp: i use this code to save the voxel. |
and I did not use the pretrained model. I used the code released to train. |
If the autoencoder works fine but the GAN doesn't work, then it means the problem comes from the latent GAN training. I'm not able to tell what the exact problem is without detailed informations. Can you try the pretrained model first and see if that works? To make sure the current problem comes from the latent GAN training, rather than other parts. |
ok, I will try. Thank you for your prompt reply . |
Dear Dr.Wu,
I am a student of UESTC and I'm very interesetd about your work. Thanks for your code and data. I get the results of auoencoder of your work. It looks very well. But when I use the part of GAN, I meet some problems. The generated results is not look like an entire shape. And do you konw what happen?The dataset I used is chair.
Looking forward to you reply.
--------------- by a sincerely reader
The text was updated successfully, but these errors were encountered: