sail-sg / Consistent3D

The official PyTorch implementation of Consistent3D (CVPR 2024)
MIT License
71 stars 0 forks source link

*** stack smashing detected ***: terminated #7

Open HrbustLSH opened 3 months ago

HrbustLSH commented 3 months ago

Hello, I encountered this error when executing python launch.py ​​--config configs/consistency-refine.yaml --train --gpu 0...What may be the cause? I tried debugging, and when I executed return nvdiffrast.torch.RasterizeCudaContext(device=device) in the NVDiffRasterizerContext function, I directly encountered stack smashing detected : terminated. But this nvdiffrast was re-downloaded and installed, and it is the latest version.