JamChaos / UE4-NeRF

The code for the UE4-NeRF.
https://jamchaos.github.io/UE4-NeRF/
MIT License
133 stars 15 forks source link

UE4-NeRF:Neural Radiant Field for Real-Time Rendering of Large-Scale Scene

Let's use NeRF to achieve real-time interactive rendering of large-scale scenes!

image-20230612155747476.png

Requirement

Usage

  1. Download Unreal Engine 4, version 4.25.4 is recommended. Then, create a game project category using C++.
  2. Place the plugin files in the UE4 project directory. Two larger plugin subfiles are placed in the google drive (Plugins/nerf_manager/Binaries and Plugins/nerf_manager/lib) and we provide models of the "highway" scenario.
  3. Launching in Visual Studio and Configuration. Put the ".json" file path in the "Cfg path" and the "output_models" folder path in the "Model path".

image-20230612161410932.png

  1. Currently, you have the flexibility to freely navigate within the scene and have the ability to dynamically add objects to the scene.