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 issues about papaer #6

Open
CRISZJ opened this issue Mar 12, 2021 · 1 comment
Open

Some issues about papaer #6

CRISZJ opened this issue Mar 12, 2021 · 1 comment

Comments

@CRISZJ
Copy link

CRISZJ commented Mar 12, 2021

Good job and thanks for your code. After reading, I have a question about the paper.
Can we use VAE's encoder and decode to replace AE in the pipeline, that is, can we encode Partial shape into a distribution and instead of a Latent space?

looking forward to your reply. thanks again.

@ChrisWu1997
Copy link
Owner

I think that would hurt the performance, in terms of the final point cloud quality.
The purpose of using a pretrained AE is to get a good latent representation for point clouds such that GAN can be trained on latent space effectively. VAE has worse reconstruction ability compared to AE, i.e. the decoded point clouds from VAE are of worse quality.

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