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

some questions about results. #14

Open
laodouza opened this issue Dec 30, 2020 · 7 comments
Open

some questions about results. #14

laodouza opened this issue Dec 30, 2020 · 7 comments

Comments

@laodouza
Copy link

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

@laodouza
Copy link
Author

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.

@laodouza
Copy link
Author

微信图片_20201230173405

@ChrisWu1997
Copy link
Owner

Did you use the pretrained model? How do you get the above voxel outputs?

@laodouza
Copy link
Author

with h5py.File(save_path, 'r') as fp:
voxel = fp['voxel'][:]
np.save('0095.npy',voxel)

i use this code to save the voxel.

@laodouza
Copy link
Author

and I did not use the pretrained model. I used the code released to train.

@ChrisWu1997
Copy link
Owner

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.

@laodouza
Copy link
Author

ok, I will try. Thank you for your prompt reply .

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

2 participants