zhengyi7592 发表于 2023-5-15 10:32:30

ShapE

按照大佬提供的Shap-e的运行方式:

Traceback (most recent call last):
File "E:\AI\ShapE\test.py", line 49, in <module>
    t = decode_latent_mesh(xm, latent).tri_mesh()
NameError: name 'decode_latent_mesh' is not defined

这个大概是什么问题?谢谢~

zhengyi7592 发表于 2023-5-15 10:37:00

我自己的问题……少写了一行 from shap_e.util.notebooks import decode_latent_mesh
打搅了~

PhiltreX 发表于 2023-5-15 14:04:16

zhengyi7592 发表于 2023-5-15 10:37
我自己的问题……少写了一行 from shap_e.util.notebooks import decode_latent_mesh
打搅了~ ...

哈哈,解决了就好。
页: [1]
查看完整版本: ShapE