-
Notifications
You must be signed in to change notification settings - Fork 29
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 to run ENeRF on my own data? #2
Comments
I found a script named colmap2mvsnet.py in MVSNet, which may solve the problem. I wonder if you also use this script and whether there is a better way to do so. If you could provide a script and a guide on README, that's better😁. |
I also want to confirm that ENeRF can generate a frame at any time, right? For example, synthesize a frame at a novel time t1.5 that is not in the discrete time {t0, t1, t2...} of the training frames. |
Thank you for your attention! We will release the interactive rendering, other scripts and a guide on how to run enerf on custom data soon. (Expected in the weekend.) |
ENeRF only generates a frame in the discrete time. A 60FPS video provides very high continuity, and usually does not require us to perform interpolation to obtain continuity. |
Thank you very much for the plan of releasing such a guide. May I ask whether you can include the instructions to run the "compositional ENeRF" in the guide as well. I guess it is crucial to render a high quality video as shown in your project page, but is unfortunately only briefly mentioned in the paper supplementary. |
Yeah, we will release the outdoor dataset we collected along with the corresponding code before this weekend. |
Would you release the dataloader for ZJU-MoCap/DynamicCap, too? Thanks in advance. |
We have released the dataloader for ZJU-MoCap. Thanks for your attention! |
Thank you for your great work. I wonder when you will release the outdoor dataset you collected along with the corresponding code. |
Hi! Thanks for sharing the work! |
Hi, the real-time dynamic rendering demo on your project page is so cool! And I want to make the same thing on my own data (sequence of images). What should I do?
The text was updated successfully, but these errors were encountered: