HuGh

Results 11 comments of HuGh

Hey, I am tryng to install the colmap on my ubuntu 18.04 and when I run the command "cmake .. -GNinja" which is mentioned in the installation process of colmap,...

您好,感谢您的回复,这段代码里面利用sam_model_registry定义了self.sam,这个self.sam又用来定义了self.predictor,如果单纯注释掉这些代码,后面的self.predictor也会出现错误,请问应该如何解决呢?

感谢您的回复!我已经run过extract masks了,文件命名确实没有对应上,我run完之后得到的命名是这样的: ![image](https://github.com/Jumpat/SegAnyGAussians/assets/145326984/246d2c81-5487-4e7d-94a7-ed6b9fc30464)

您好,还有个问题就是: ![image](https://github.com/Jumpat/SegAnyGAussians/assets/145326984/cc6ffc16-6345-4fc5-be65-eb57d3467f67) 在预训练完3D高斯之后,应该进行3D高斯特征的训练,这里要指明,但我预训练结束后output文件夹中出现了两个文件夹,此时我应该怎么填这个路径呢?期待您的回复!

> > 您好,请问上次您提及的不依赖nerfstudio的代码计划发布在此处还是其他位置呀 > > 不好意思哈,之前生病了,然后最近有些别的项目,这两天我会更新到这个仓库 您好,请问新试图合成的评价指标更新出来了吗?想问下对于自己拍的数据集,如何用您的算法训练并计算出psnr等指标

> > 您好,请问新试图合成的评价指标更新出来了吗?想问下对于自己拍的数据集,如何用您的算法训练并计算出psnr等指标 > > 您好,不好意思哈,之前忙于rebuttal和其他项目,未能及时回复,用gsplat重构的项目代码已经更新在gsplat-only分支上,包括nvs/deblur evaluation的代码实现,接下来几天我会更新相关文档,包括如何使用自己拍的数据训练。 感谢大佬!但是国内好像git clone不了吧,这样的话是不是就不能使用gsplat-only分支呢?(本人目前使用的是ubuntu服务器,连接的是校园网,尝试了很多方法都git clone不了555555)

> I have solve the problem with this command: > > ``` > git submodule update --init --recursive > ``` Hello! Could you tell me more about how you solved...

> I got same error when switch submodule diff-gaussian-rasterization to branch 3dgs_accel. Anyone have a goods idea ? > > ``` > xxx/lib/models/gaussian_renderers/base_gaussian_renderer.py", line 218, in _render_kernel > xyz =...