3. Optimizing a Neural Radiance Field (NeRF) (30 points)
render
4. NeRF Extras (Choose at least one! More than one is extra credit)
4.1 View Dependence (10 pts)
render
Explainations:
The increased view dependence allows the model to give different feature from different
view directions. By doing so, the model can create more realistic effects such like the specular reflection.
However, increased the view dependence increases the model complexity since the input channel of the MLP is
increased. Meanwhile, it needs more images from various view points convering each single 3D point to give
the view dependence supervision signal. Otherwise, the model may overfit to a specific view. So it limited
the model's generalization quality under the condition of limited data (images from different views).
4.3 High Resolution Imagery (10 pts)
render
The hyper parameters are shown in the config and code files submitted to canvas.