DG-Mesh
DG-Mesh copied to clipboard
Dynamic Gaussian Mesh: Consistent Mesh Reconstruction from Monocular Videos
I am intrigued by the research presented in your paper. While going through the document, I observed that PSNR corresponding to mesh is provided in Table.1, but there seems to...
Thanks for your interesting work and open-source code. I noticed that the extracted mesh has no color. When rendering the image, I need to query the MLP to get the...
Hi, tried to reproduce training process but got segmentation fault, logs are below: python dgmesh/train.py --config dgmesh/configs/nerfies/tail.yaml Configuration loaded from dgmesh/configs/nerfies/tail.yaml Optimizing dgmesh/outputs/nerfies/tail Output folder: dgmesh/outputs/nerfies/tail/tail-2024-07-17_09-24-58 /opt/conda/envs/dg-mesh/lib/python3.9/site-packages/torch/functional.py:512: UserWarning: torch.meshgrid: in...
Hi, I am trying out the code and I found that I can not install diso in my machine. Any suggestion on how to fix this ? ``` ⚡ ~...
Great work. Will you release the way of visualizing the mesh correspondence?
There seems to be a bug in the mesh_shape_renderer function call in render_trajectory.py file [here](https://github.com/Isabella98Liu/DG-Mesh/blob/754f42c67510a65261a878ae447a6280a7dfa6a0/dgmesh/render_trajectory.py#L141) It does not seem to match the function parameters [here](https://github.com/Isabella98Liu/DG-Mesh/blob/754f42c67510a65261a878ae447a6280a7dfa6a0/dgmesh/utils/renderer.py#L236). It throws a parameter unkown...
Hi, thanks for your excellent work. I found that the d-nerf dataset's mesh face number is different across time frames. Does this not correspond to the alignment in the paper?...