Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No results saved but no errors are reported either #100

Open
2579690686 opened this issue Oct 31, 2023 · 4 comments
Open

No results saved but no errors are reported either #100

2579690686 opened this issue Oct 31, 2023 · 4 comments

Comments

@2579690686
Copy link

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)

@2579690686
Copy link
Author

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.

@MIkeR794
Copy link

MIkeR794 commented Dec 9, 2023

I have the same problem. Have you solved it?

1 similar comment
@1375207619
Copy link

I have the same problem. Have you solved it?

@1375207619
Copy link

pytorch3d 0.7.1 has some erros,I reinstalled 0.7.2,and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants