-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I create dynamic NeRF scenes? #44
Comments
Hi @JianxiangL, this question goes beyond the scope of this repository, but I’m happy to provide some guidance. Dynamic NeRFs typically require capturing multiple views of an object at each time step, for example, 50 images per frame in your dynamic scene. To create such a dataset, one approach is to animate the scene so it remains static for 50 frames, then update the scene and repeat the process for the next 50 frames, etc. Alternatively, you could modify the code to freeze the animation at each frame while capturing the required views, and this for each time step. If your dynamic NeRF implementation supports continuous animations (essentially requiring a single view per frame while moving forward in time), you can use |
Thanks!!!!!!!!!!!!!!!!!!!!!!! |
I think D-NeRF Dataset also use his Projects. |
Glad I could help |
Hello, may I ask if it's possible to read the timestamp information for each image? Where should I modify the code? |
Hi @JianxiangL, you will probably want to make adjustments to the |
Thank you very very very much for your help!!!!!! I've solved the timestamp issue. However, I’ve encountered a small problem. When I render the depth map using 3D Gaussian splatting, I notice a diagonal line appears in the depth map. I'm quite puzzled by this. Could it be an issue with my dataset? However, this line does not appear in the ground truth image. I'm really confused about this, and I would really appreciate it if you could take a look and help me out! |
Hi @JianxiangL, I am not entirely sure what might be causing this. I would recommend checking the |
No description provided.
The text was updated successfully, but these errors were encountered: