ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
MIT License
2.11k stars 275 forks source link

NeRFNetwork minor typo #110

Closed 2j1ejyu closed 2 years ago

2j1ejyu commented 2 years ago

Thank you for your great work! Hi, there's a minor typo in the code in "nerf/network.py", lines 59 and 64. The hidden dimension of the color mlp should be set with "hidden_dim_color", not "hidden_dim", which is now written in your code.

ashawkey commented 2 years ago

Thanks! This has been fixed now.