dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
746 stars 126 forks source link

Question about fern_10v in llff dataset #109

Open IncludeMathH opened 4 months ago

IncludeMathH commented 4 months ago

Thanks to the author for this awesome work. I'm having some trouble reproducing the training process, namely that fern_10v contains images that are too large in resolution. Other than this subset, which is typically 756 X 1008, this subset is 3024 X 4032 in size, so much so that OOM occurs when rendering the test set images. I'd like to ask the author how to deal with this problem. Can you reduce the images to 756 X 1008 and rerun the colmap?