GAN2Shape icon indicating copy to clipboard operation
GAN2Shape copied to clipboard

Where is the 3D mesh model getting saved?

Open BarnitaSharma opened this issue 3 years ago • 3 comments

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

BarnitaSharma avatar Aug 06 '22 06:08 BarnitaSharma

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

JC1DA avatar Sep 13 '22 23:09 JC1DA

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

sir-rohitravindra avatar Oct 10 '22 08:10 sir-rohitravindra

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').

XingangPan avatar Oct 10 '22 16:10 XingangPan