hustvl / 4DGaussians

[CVPR 2024] 4D Gaussian Splatting for Real-Time Dynamic Scene Rendering
https://guanjunwu.github.io/4dgs/
Other
2.11k stars 170 forks source link

Rendering Novel View #190

Open TejasCThakare opened 1 week ago

TejasCThakare commented 1 week ago

I have rendered the video...however, I want the novel view as shown in your paper... after rendering how should I do novel view synthesis..?

guanjunwu commented 1 week ago

Hi, What dataset do you use? Or you customized dataset?

TejasCThakare commented 3 days ago

I have created my dataset like the chicken dataset(HyperNerf) dataset with one camera...Looking forward to hear from you...

guanjunwu commented 3 days ago

Hi, If the dataloader is colmapformat, you can just set eval=False, 4D GS will take these images as test set. If you want to render novel view, you can customize camera video path in dataloader and use render.py to render it.

TejasCThakare commented 2 days ago

Thank you for the response.

Do you have any suggestion on how to customize? Or can you refer to any codebase which already does it?

Thank you!