hustvl / 4DGaussians

[CVPR 2024] 4D Gaussian Splatting for Real-Time Dynamic Scene Rendering
https://guanjunwu.github.io/4dgs/
Apache License 2.0
2.25k stars 186 forks source link

Render from a new viewpoint #144

Open GiadaFerreri opened 5 months ago

GiadaFerreri commented 5 months ago

Hi, thanks for your great work! I'm tying to render the output from a different point of view and I'm using the command 'python render.py --model_path "output/dnerf/bouncingballs/" --skip_train --configs arguments/dnerf/bouncingballs.py &' but I only get the initial position of the input video. How can I change the viewpoint before rendering the video?

guanjunwu commented 5 months ago

Just customize code in the dataset_readers.py and get video poses here

GiadaFerreri commented 4 months ago

Thank you for your answer. I tried to do what you suggested as you can see in the commented lines. I'm not sure if I modified the correct section of the script because it didn't work. WhatsApp Image 2024-07-05 at 09 59 21

Could you give me some advice?