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

Best way generate a video. #126

Open
aakash94 opened this issue Feb 20, 2023 · 1 comment
Open

Best way generate a video. #126

aakash94 opened this issue Feb 20, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@aakash94
Copy link

New to this library, can use some guidance here.

I have a dataset created using colman script. How to best train/load/save model so that I can query it to get images for different viewpoints, and then stitch it to get a video? Thanks!

@orperel
Copy link
Collaborator

orperel commented Feb 22, 2023

Hi @aakash94 !

Training and eval should work as usual, treat this as a standard NeRF dataset (pass --multiview-dataset-format standard).

You can follow the NeRF Hash instructions within the NeRF app README:

Forward-facing scene, like the fox scene from Instant-NGP repository, are also supported.

Our code supports any "standard" NGP-format datasets that has been converted with the scripts from the instant-ngp library. We pass in the --multiview-dataset-format argument to specify the dataset type, which in this case is different from the RTMV dataset type used for the other examples.

The --mip argument controls the amount of downscaling that happens on the images when they get loaded. This is useful for datasets with very high resolution images to prevent overload on system memory, but is usually not necessary for reasonably sized images like the fox dataset.

If you're using the colmap script from instant-ngp, also take care to run it with the right aabb_scale (see their instructions on how to pick this one).

@orperel orperel added the good first issue Good for newcomers label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants