Totoro97 / f2-nerf

Fast neural radiance field training with free camera trajectories
https://totoro97.github.io/projects/f2-nerf/
Apache License 2.0
933 stars 69 forks source link

Render to any resolution #50

Closed Bin-ze closed 1 year ago

Bin-ze commented 1 year ago

when training, i used config: dataset: factor: 2 It will be sampled for training at the (original resolution) / 2 of the dataset

but when test,i used same config: dataset: factor: 1 will wrong

how should I solve it?