MeshDiffusion icon indicating copy to clipboard operation
MeshDiffusion copied to clipboard

Official implementation of "MeshDiffusion: Score-based Generative 3D Mesh Modeling" (ICLR 2023 Spotlight)

Results 5 MeshDiffusion issues
Sort by recently updated
recently updated
newest added

The current code cannot be trained and the quality of the generated tetrahedral mesh is not good. Am I doing something wrong? ![val_000049_opt](https://github.com/lzzcd001/MeshDiffusion/assets/19198171/8079ccf7-8776-4f8d-ab94-d876c49ddfcc) ![val_000000_opt](https://github.com/lzzcd001/MeshDiffusion/assets/19198171/edf86308-beba-48f1-afe8-a57b7f233042)

你好,我在运行命令时:python eval.py --config ./configs/res64.json --out-dir ./output --sample-path ./data/0.npy --deform-scale 3.0 时,会出现以下报错:ImportError: DLL load failed while importing nvdiffrast_plugin_gl: 找不到指定的模块。环境都按照步骤装好了,这个库需要再次install吗?

Hello, I am a beginner,I installed pytorch3d and tinycudann when running, but install one of them first and then install the other, the first installed could not be found, it...

Thank you for your excellent work! I have an obj file with vertex colors, how to render it with textures?