ChrisWu1997 / PQ-NET

code for our CVPR 2020 paper "PQ-NET: A Generative Part Seq2Seq Network for 3D Shapes"
MIT License
116 stars 19 forks source link

Some issues about PartAE #25

Closed CRISZJ closed 3 years ago

CRISZJ commented 3 years ago

Hi, Rundi, I meet a problem when I used the code of PartAE. I encode a real data into a latent by the code of PartAE's encoder, and then reconstruct it to a shape by decoder. But I can not refine it, the result is empty or only one point. I directly used your code in the pqnet.py file. Is there any mistake in my operation? Thanks.