a-lemus96 / fs-nerf

PyTorch implementation for experimenting with frequency regularized Neural Radiance Fields.
1 stars 0 forks source link

[feat]: Integrate `n_imgs` parameter for LLFF dataset #47

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 8 months ago

Employ the same strategy based on k-means.

a-lemus96 commented 8 months ago

Will simply copy and adapt the code from SyntheticRealistic ADT.

a-lemus96 commented 8 months ago

I have added an assertion statement to verify that n_imgs is not greater than the number of available images for LLFF scenes.