Rohan-Tiwari
Results
2
issues of
Rohan-Tiwari
throws an out of memory error for rendering large .obj files into the scene
from shap_e.util.notebooks import decode_latent_mesh for i, latent in enumerate(latents): t = decode_latent_mesh(xm, latent).tri_mesh() The decode_latent_mesh() function is returning the error - RuntimeError: Not compiled with GPU support Is there any...