YuliangXiu / ECON

[CVPR'23, Highlight] ECON: Explicit Clothed humans Optimized via Normal integration
https://xiuyuliang.cn/econ
Other
1.06k stars 105 forks source link

No results saved but no errors are reported either #100

Open 2579690686 opened 8 months ago

2579690686 commented 8 months ago

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 commented 8 months ago

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 commented 7 months ago

I have the same problem. Have you solved it?

1375207619 commented 6 months ago

I have the same problem. Have you solved it?

1375207619 commented 6 months ago

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