JNeRF
JNeRF copied to clipboard
Is there any paramters that we could edit in order to get a better model?
Thanks for this interesting work. We found this work runs pretty fast . However, the metrics are not good enough for us. So, are there any parameters we could edit to get a larger model for better accuracy? Thanks.
You can try to modify parameters of NGPNetworks in ngp_network.py. density_n_neurons and rgb_n_neurons are hide layer dimension of MLP. You can also try to adding more layers to MLP.