Skip to content

Current Implementation Details

PotatoPalooza edited this page Sep 27, 2022 · 3 revisions

Here we will document the existing codebase and relate it back to the original TensoRF paper.

Paper Discussion

Code structure

Code profiling

These two following profiling reports were generated with the built-in python profiler cProfiler and gprof2dot for the graph visualizations.

Training on the nerf-synthetic lego dataset for 3000 iterations then rendering 200 new frames. output

Training on the nerf-synthetic lego dataset for 3000 iterations with GPU synchronization trainoutputblocking

Clone this wiki locally