My experiments with basic NeRF. Depth metrics make sense only at the few thousand iterations, after they will be almost constant. You can find results here.
Run:
python3 -m venv venv
pip3 install requirements.txt
python3 train.py dataset.root_path=<some_path>
You can create your on config and call use it with python3 train.py --config-name=...
References:
https://dtransposed.github.io/blog/2022/08/06/NeRF/
P.S. Thx to https://github.com/murumura/NeRF-Simple for the code base. Feel free to highlight my mistakes.