nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

Own Dataset

Open theCodes7 opened this issue 4 years ago • 1 comments

How to use this to work on real dataset?

theCodes7 avatar Sep 18 '20 07:09 theCodes7

If you use COLMAP to solve for the camera poses, you can use the LLFF dataloader after reading the COLMAP output. You can find more details about this in the original author's TF implementation https://github.com/bmild/nerf

If you have your own poses, you can write them into .json files and use the blender dataloader.

gafniguy avatar Sep 18 '20 11:09 gafniguy