facebookresearch / hyperreel

Code release for HyperReel: High-Fidelity 6-DoF Video with Ray-Conditioned Sampling
MIT License
472 stars 34 forks source link

Unbounded datasets support #10

Open tjj1998 opened 1 year ago

tjj1998 commented 1 year ago

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!!!

benattal commented 1 year ago

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).

tjj1998 commented 1 year ago

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