Geralt_of_Rivia

Results 119 comments of Geralt_of_Rivia

+++1 !!! I also need the blender file !

when I was running depth supervision on your modified code, I also faced a similar problem about `Ilegeal memory was encountered.` It seems like the problem in the code is...

> I have tried multiple environments, including py37+torch1.31+cu11.6 and py38+torch2.01+cu11.8. However, the final results are all not satisfactory. It looks very strange. Can you show me the point clouds generated...

It seems that the **original 3D Gaussians do not fit well**. In my test, after 3000 coarse iterations, the training PSNR will be up to 20. Have you tested in...

You can check the code of gaussian_renderer/__init__.py, there are code of forward pass of the deformation field, you can just initialize a new 3D Gaussians from the output of the...

按理说是可以的,你可以让4DGS在每一个时间戳都生成一个3dgs,然后把每一个3dgs通过一样的pipeline导入到UE5里? 不过在这方面我也没有尝试过,或许我们可以讨论一下:)

Hi, I would like to know: 1. How may cameras do you use? How do you set your cameras (like forward-facing of sphere)? How many frames in each camera? 2....

Hi, I think the config is ok. Meanwhile, I think the initial point clouds are not dense. Why there are not any background points?

Hi, you can also customize the size of bounding box, and generate the random point in the bounding box. [Endo-GS](https://github.com/HKU-MedAI/EndoGS) seems successfully solved it. Because the dataset used only has...

Hi, are you using my latest code and set PipelineParams.debug=False? Meanwhile, what's the resolution of training images? Larger resolution and large number of Gaussians will also lead to slow rendering/training...