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

results #5

Closed CRISZJ closed 4 years ago

CRISZJ commented 4 years ago

great job ! could you please provide some generated results? thanks :-)

ChrisWu1997 commented 4 years ago

Thanks! I just put some generated results (.obj format) here. You can download our pretrained model and generate more.

CRISZJ commented 4 years ago

Thanks! I just put some generated results (.obj format) here. You can download our pretrained model and generate more. thanks , do you have the results that contain voxel information(.mat format) and bbox information?

ChrisWu1997 commented 4 years ago

I'm not able to give you those direct outputs immediately. I suggest you to run our pretrained model using provided scripts and save intermediate variables (this line for voxel and this line for bbox).

CRISZJ commented 4 years ago

I'm not able to give you those direct outputs immediately. I suggest you to run our pretrained model using provided scripts and save intermediate variables (this line for voxel and this line for bbox).

ok , thanks very much : -)