XingangPan / GAN2Shape

Code for GAN2Shape (ICLR2021 oral)
https://arxiv.org/abs/2011.00844
MIT License
575 stars 101 forks source link

Where is the 3D mesh model getting saved? #43

Open purplebutterfly79 opened 2 years ago

purplebutterfly79 commented 2 years ago

Images and checkpoints are getting saved in the results. How do we get the 3D model (obj or any 3D file)?

JC1DA commented 2 years ago

I have the same question. Is there any way we can generate the stl files similar to the example code in shadegan? @XingangPan

sir-rohitravindra commented 2 years ago

@XingangPan Please clarify how to generate the meshes and where they are saved.

XingangPan commented 2 years ago

I just added the code to save meshes (https://github.com/XingangPan/GAN2Shape/commit/97dddd956843c6b238f2efa46476ece367c43794). They will be stored in '{checkpoint_dir}/images/{img_name}' (e.g., 'results/celeba/images/000001/000001_mesh.obj').