Skip to content
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

There is no rendered video when run locally. #30

Open
mah-asd opened this issue Jun 21, 2022 · 3 comments
Open

There is no rendered video when run locally. #30

mah-asd opened this issue Jun 21, 2022 · 3 comments

Comments

@mah-asd
Copy link

mah-asd commented Jun 21, 2022

Hello everyone,
Can someone help me to run this code locally on my computer? I run train.py and eval.py for my own dataset and my render folder is empty. actually there is no code for render video in eval.py!

@wangrun20
Copy link

Yes, eval.py does not render video at all.

If you want to render video, you should go to the CoLab and find the Jupyter Notebook, whose website is
https://colab.research.google.com/github/google/hypernerf/blob/main/notebooks/HyperNeRF_Render_Video.ipynb

But there are some difficuties when I tried to run it on the CoLab online. So I download it and rewrote it into python file by my self. Then I rendered my video on my local mechine successfully.

If you have any trouble when running HyperNeRF, feel free to communicate.

@Zvyozdo4ka
Copy link

Zvyozdo4ka commented Feb 22, 2024

@wangrun20 somehow i rendered video, but the output looks like incapable of representing my face. Could you recommend how can i fix it? Is there a specific guideline how to take video?

download.mp4

@wangrun20
Copy link

In my experiment, although I was unable to achieve the reconstruction performance claimed by the paper's authors, I also gained some insights. It is best for the input video to have a clean, clear background, because the HyperNeRF code first preprocesses the video with COLMAP, matching feature points of video frames. If the background is too cluttered, it might lead to incorrect positioning, and consequently, the reconstruction results would also be incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants