hyperreel icon indicating copy to clipboard operation
hyperreel copied to clipboard

Unbounded datasets support

Open tjj1998 opened this issue 3 years ago • 2 comments

Very Nice work! I‘m wondering whether unbounded datasets will be supported by this work, such as 'garden'? I saw llff_360.yaml in DIR conf/experiment/dataset but not be used by any demo scripts. If it's supported now, how to write the configs? Thanks for your sharing again!!!

tjj1998 avatar Jan 29 '23 08:01 tjj1998

Hi! Yes, unbounded datasets are supported. In particular, for scenes from the DoNeRF dataset (some of which are unbounded), we make use of the space contraction scheme described in Mip-NeRF 360, and implemented here.

And nice catch! Yes, we did play around with the LLFF 360 dataset, though I might recommend starting with the donerf configs (e.g. donerf_sphere.yaml).

benattal avatar Feb 02 '23 06:02 benattal

@breuckelen Thanks for your reply! I‘ll try it with your suggestions and report back soon

tjj1998 avatar Feb 03 '23 02:02 tjj1998