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

How to use pretrained weights for inference on custom datasets? #6

Closed
sandeepnmenon opened this issue Dec 13, 2021 · 2 comments
Closed
Labels
question Further information is requested

Comments

@sandeepnmenon
Copy link

All the scripts mentioned are training the NeRF on a dataset and evaluating them.
Is it possible to run the pretrained model on any set of images captured by a camera?
Or is the pipeline such that the end-end training has to happen for every set of camera images?

@jeongyw12382
Copy link
Collaborator

I understood your question as to the way of importing trained camera paths before the training stage.
Well, you can touch the parameter initialization part if you want to import your custom camera paths. But the current code only supports importing from the COLMAP camera poses.
Did I get the right point?

@jeongyw12382
Copy link
Collaborator

Please reopen the issue if the response was not sufficient.

@jeongyw12382 jeongyw12382 added the question Further information is requested label Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants