YuliangXiu / ECON

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

段错误 (核心已转储) #97

Closed QUANmoxiansheng closed 10 months ago

QUANmoxiansheng commented 11 months ago

修老师你好,我在运行ECON的时候改成IF的方式就会出现“段错误 (核心已转储)”,如果不用IF又能正常使用,这是我配置的问题还是我电脑的问题?

QUANmoxiansheng commented 11 months ago

image

YuliangXiu commented 11 months ago

I strongly suggest utilizing line-by-line debugging using ipdb. A segmentation fault can arise from various factors.

QUANmoxiansheng commented 11 months ago

I strongly suggest utilizing line-by-line debugging using ipdb. A segmentation fault can arise from various factors. Ok, thanks for your reply. I'll try it.

glorioushonor commented 10 months ago

I strongly suggest utilizing line-by-line debugging using ipdb. A segmentation fault can arise from various factors.

b76268a967ebcc5844692314797f7f6 I encountered the same issue and utilized line-by-line debugging using ipdb. Eventually, I found that the problem lies in the PyTorch3D marching cubes function. I confirmed that I have installed PyTorch3D version 0.7.1, but I haven't resolved the issue yet. Do you have some requirements,please?

MIkeR794 commented 10 months ago

I have the same problem. Have you solved it?

QUANmoxiansheng commented 10 months ago

I strongly suggest utilizing line-by-line debugging using ipdb. A segmentation fault can arise from various factors.

b76268a967ebcc5844692314797f7f6 I encountered the same issue and utilized line-by-line debugging using ipdb. Eventually, I found that the problem lies in the PyTorch3D marching cubes function. I confirmed that I have installed PyTorch3D version 0.7.1, but I haven't resolved the issue yet. Do you have some requirements,please?

This is probably because Pytorch 3D0.7.1 is not supported and try a new version.

MIkeR794 commented 10 months ago

@QUANmoxiansheng thanks,I try pytorch3d version 0.7.2 and it works.

YuliangXiu commented 10 months ago

Thanks @QUANmoxiansheng, I have updated the installation document.