a-lemus96 / fs-nerf

PyTorch implementation for experimenting with frequency regularized Neural Radiance Fields.
0 stars 0 forks source link

Update validation computation code control-flow #78

Closed a-lemus96 closed 2 months ago

a-lemus96 commented 2 months ago

Update validation computation code. It should work with the following command structure

parameters:
  scene:
    values: [fern, fortress, flower, room]
  ao:
    values: [1e-7, 1e-6, 1e-5]
  n_imgs:
    values: [2, 4]
command:
  - ${env}
  - ${interpreter}
  - ${program}
  - --n_iters
  - 50000
  - --dataset
  - llff
  - --scheduler
  - exp
  - ${args}

Originally posted by @a-lemus96 in #77