VAE model for generating 3d model in pytorch3d but failed. #830
Unanswered
univ-esuty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make VAE model for generating 3d model in pytorch3d but it can't generate high quality 3d mesh. Inputs and outputs of the model are image so simply, I used L2_loss and KL divergence for training. Please let me know if you have any good ideas or find my mistakes.
You can check the full code here link
Beta Was this translation helpful? Give feedback.
All reactions