Submitted by TaichiOfficial t3_zm8ohb in MachineLearning
Project repo: https://github.com/Linyou/taichi-ngp-renderer
Instant NGP is a novel view synthesis framework that reduces the model training for a single scene from hours to a few seconds.
This project is a CUDA-free instant NGP renderer implemented in Taichi. Supported by Taichi's built-in GUI system, the project supports real-time rendering and camera interaction while consuming less than 1GB of VRAM. It also contains a fully fused multilayer perceptron (MLP) enabled by the SharedArray feature.
The following are some pre-trained NeRF synthesis scenes:
delight1982 t1_j0ajto0 wrote
Great work 👏 Taichi looks awesome