wwcai
wwcai
This is an excellent work! When I convert .obj to video, I encounter an issue as below:  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?  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,...