Inital release
What is different between original repo and this fork?
- This fork has ns-process-data splatfacto
- This fork uses ALL IMAGES for training instead of 0.9*All images in original Nerfstudio. But, eval images is splitted by fraction or interval. Default settings is fraction. Eval images is 0,1 of all images.
Why uses all training images?
It mimics INRIA 3DGS which uses all images for training data.
Will it be overfitting?
Yes, thats okay for me. Overfitting is not problem because we don't generate entirely new scene. But we must maximize the existing scene quality.
You can NOT compare the metrics since you have trained all images included eval images.
Yes it will be biased since eval images already leaks into training dataset. But this repo is intended for END USER which does not care about PSNR, SSIM, etc. They care only the end product.