Skip to content

Commit

Permalink
added useful commands
Browse files Browse the repository at this point in the history
  • Loading branch information
niki-amini-naieni committed Nov 5, 2023
1 parent 66d73d4 commit 7bbf82d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions torch-ngp Commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
torch-ngp Commands

[Generate LLFF Data]
> python scripts/llff2nerf.py data/nerf_llff_data/fern --scene "fern"

[Train Model]
> python main_nerf.py data/nerf_llff_data/fern --workspace fern_m_1 --iters 5000 --seed 0 -O

[Evaluate Ensemble]
> python eval_ensemble.py data/nerf_llff_data/fern --workspace "fern" --M 5 -O

0 comments on commit 7bbf82d

Please sign in to comment.