ashawkey / RAD-NeRF

Real-time Neural Radiance Talking Portrait Synthesis via Audio-spatial Decomposition
MIT License
878 stars 153 forks source link

使用gui界面时出现’Segmentation fault‘ #8

Closed zbdehh closed 1 year ago

zbdehh commented 1 year ago

开发环境;WSL2 Ubuntu18.04 torch1.12 cuda 11.6 问题描述:基于VcXsrv可以正常使用dearpygui,使用本工程的界面时,出现Segmentation fault。 排除发现只要import 四个extension的库freqencoder,shencoder,gridencoder,raymarching中任意一个就会出现段错误。直接运行无界面版本程序可以成功运行。

ashawkey commented 1 year ago

@begins233 Sorry that the codebase is not tested on WSL2, I'm not sure about the reason.