このプロジェクトでは、Neural Radiance Field (NeRF) アプローチを使用した、合成シーンと現実世界のシーンの 3D シーン再構成の調査を紹介します。主に、ニューラル グラフィック プリミティブのマルチ解像度ハッシュ エンコーディングのトレーニング時間とレンダリング時間の短縮を利用して、静的なビデオ ゲーム シーンと現実世界のシーンを再構築し、再構築の詳細と制限を比較および観察します。さらに、動的シーン用のニューラル ラディアンス フィールド (D-NeRF) を使用した動的シーンの再構築についても調べます。最後に、D-NeRF の実装を拡張します。これは、もともと合成シーンを処理するように制約されていたため、現実世界の動的シーンも処理できるようになりました。
This project presents an exploration into 3D scene reconstruction of synthetic and real-world scenes using Neural Radiance Field (NeRF) approaches. We primarily take advantage of the reduction in training and rendering time of neural graphic primitives multi-resolution hash encoding, to reconstruct static video game scenes and real-world scenes, comparing and observing reconstruction detail and limitations. Additionally, we explore dynamic scene reconstruction using Neural Radiance Fields for Dynamic Scenes(D-NeRF). Finally, we extend the implementation of D-NeRF, originally constrained to handle synthetic scenes to also handle real-world dynamic scenes.