HuGh
HuGh
关于程序的BUG
尊敬的作者您好,今天完成环境的配置后,在编译程序时遇到一个问题,就是无法识别sam_model_registry,阅读程序发现是从mobile_sam中导入的:  但是这段话,如果args.mobile_sam=0,那不就不导入这个类,从而引发else部分的语法错误?本人初学,真心希望能得到您的答复,感激不尽!
本人之前跑代码由于CUDA版本不匹配,把服务器原来的CUDA卸载了重装了一个,目前nvcc -V与print(torch.__version__)都没问题,但运行程序时缺出现“段错误 (核心已转储)”(CUDA没删之前不会有这个问题),请问如何解决。 为了测试,我在同一个文件夹下建立了一个简单的脚本,可以运行,就是run.py和run_seg_gui.py运行不了 
您好!我选用nerf_llff_data中的fern数据集来训练3D高斯,预训练结束后得到了一个output文件夹:  在接下来的过程中我输入指令:python train_contrastive_feature.py -m ./output/1a4fec7a-9/ 运行报错:  想请问作者您是否也遇到过这种情况,应该如何解决呢?Any help is greatly appreciated!
尊敬的作者您好!感谢您开源如此伟大的项目 我在预训练3D高斯的时候遇到了下面这个问题:  就是他这个training progress怎么只训练到23%就结束了?
Dear Author,Thank you for open-source such a great work Following README.md,I have successfully completed the configuration of the environment. But problems occoured when I tried to process my own scene:...
Dear Author: Thank you for open-source such a great work! When testing pretrained models,I encountered the following problems: After downloading dml_csr_lapa.pth,I have no idea which folder in my project to...
Dear author: When installing MinkowskiEngine locally, I encountered the following issues: After executing this command: `python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas` Here is the error message encountered: ``` (gaussian_splatting) (base) gdut403@gdut403-X299-WU8:~/HK/semantic-gaussians-main/MinkowskiEngine$...