wwcai

Results 6 issues of wwcai

This is an excellent work! When I convert .obj to video, I encounter an issue as below: ![image](https://github.com/dreamgaussian/dreamgaussian/assets/26154160/8f5bf163-83b9-4e71-855e-998ff70b685b) My environment is: diff-gaussian-rasterization 0.0.0 diffusers 0.21.4 docker-pycreds 0.4.0 einops 0.7.0 embreex...

Thanks for the great work! How can I get dynamic point cloud? ![image](https://github.com/hustvl/4DGaussians/assets/26154160/8caf4349-1155-4793-b5df-62f659398de5) in the above code, store the static point cloud on different training iterations. It is very sparse,...

This is perfect work! If I want to use my data(eg, some images) as input, how to modify nerf_dataset.py. Can you give me some advice? Thank you very much!

I have successfully installed viser by following the instructions below: # Install the package. git clone https://github.com/nerfstudio-project/viser.git cd ./viser pip install -e . # Run an example. pip install -e...

A nice work!!! I ran “horse” from your open-source dataset with 4dgs code but found that the rendered mesh is incomplete, as shown in the picture. May I ask if...

Hi, a great work on the TextDeformer project! I am attempting to use TextDeformer to deform some of my meshes from the Objaverse dataset. in PoissonSystem.py", line 109: return CholeskySolverD(self.n,...