POSTECH-CVLab / SCNeRF

[ICCV21] Self-Calibrating Neural Radiance Fields
MIT License
463 stars 45 forks source link

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

Closed sandeepnmenon closed 2 years ago

sandeepnmenon commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Please reopen the issue if the response was not sufficient.