Andy
Andy
Hi! Thanks for your work, it's really interesting. I am trying to train the diffusion model from the scratch, however, it seems the FID is unstable during training if I...
Hi, thank you for your well-structured code. I've noticed that each time it runs, it defaults to backing up the code from the current run to the experiment storage files,...
Hi, I am wondering if the[ class "Mesh"](https://github.com/ranahanocka/MeshCNN/blob/5bf0b899d48eb204b9b73bc1af381be20f4d7df1/models/layers/mesh.py#L10) has an attribute about the face? I noticed that face [is used](https://github.com/ranahanocka/MeshCNN/blob/5bf0b899d48eb204b9b73bc1af381be20f4d7df1/models/layers/mesh_prepare.py#L56) when preparing the data, but seems to not be contained...
Hi, Thanks for your great work! I noticed that [this function](https://github.com/ranahanocka/MeshCNN/blob/5bf0b899d48eb204b9b73bc1af381be20f4d7df1/models/layers/mesh_prepare.py#L169) is used to detect zero face area. If it is just used for detecting for further processing, I am...
Hi, Thanks for your great work! I am wondering when you will release the 2D supervision training code? Thanks!