You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thank you for your excellent work on these 4DGaussians. I really appreciate this method and code. I want to ask about the rendering process for the Dynerf dataset. In the dynerf dataset (i.e., cut_roasted_beef), if I render it using this commandpython render.py --model_path "output/dynerf/cut_roasted_beef/" --skip_train --configs arguments/dynerf/cut_roasted_beef.py & I will get a result that looks like yours on the project web: https://guanjunwu.github.io/4dgs/static/videos/cut_roasted_beef_2_30.mp4.
My question is: how do I render the train result so that I can only view it from a specific angle? For example, I want to render the result from the left perspective. I expect that the output should closely resemble the cam10.mp4 found in the original cut_roasted_beef data set. Is it possible to do it this way?
The text was updated successfully, but these errors were encountered:
Hello, and thank you for your excellent work on these 4DGaussians. I really appreciate this method and code. I want to ask about the rendering process for the Dynerf dataset. In the dynerf dataset (i.e., cut_roasted_beef), if I render it using this command
python render.py --model_path "output/dynerf/cut_roasted_beef/" --skip_train --configs arguments/dynerf/cut_roasted_beef.py &
I will get a result that looks like yours on the project web: https://guanjunwu.github.io/4dgs/static/videos/cut_roasted_beef_2_30.mp4.My question is: how do I render the train result so that I can only view it from a specific angle? For example, I want to render the result from the left perspective. I expect that the output should closely resemble the cam10.mp4 found in the original cut_roasted_beef data set. Is it possible to do it this way?
The text was updated successfully, but these errors were encountered: