GAN2Shape
GAN2Shape copied to clipboard
Where is the 3D mesh model getting saved?
Images and checkpoints are getting saved in the results. How do we get the 3D model (obj or any 3D file)?
I have the same question. Is there any way we can generate the stl files similar to the example code in shadegan? @XingangPan
@XingangPan Please clarify how to generate the meshes and where they are saved.
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').