NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.83k stars 1.9k forks source link

No train_envmap variable in Python API #752

Open MrBreadWater opened 2 years ago

MrBreadWater commented 2 years ago

There seems to be no option to enable envmap training within the python API, I can only do it manually in the GUI.

yzslab commented 2 years ago

Hi, You can add this API by yourself. Here is the example: src/python_api.cu#L559 scripts/run.py#L180