You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your work, I have an issue that has not been resolved.
When I use ifnet, I don't get results, the program ends on its own.
I've noticed that the problem is with the execution of the following line of code.
verts, faces = marching_cubes(final.unsqueeze(0), isolevel=0.5)
I don't know why, after calling the above function, the program does not continue to execute, and there is no error message
Thank you very much for what is the reason for this.
Thank you very much for your work, I have an issue that has not been resolved.
When I use ifnet, I don't get results, the program ends on its own.
I've noticed that the problem is with the execution of the following line of code.
with torch.no_grad(): sdf = ifnet.reconEngine(netG = ifnet.netG , batch = in_tensor) verts_IF, faces_IF = ifnet.reconEngine.export_mesh(sdf)
The text was updated successfully, but these errors were encountered: