Closed bennyguo closed 3 years ago
We do not provide the results of original NeRF. The results in nerf folder are generated by our method without post-filtering step, i.e., the fifth line in Table 3.
Thanks for your reply!
I wonder if you could share the training setting for the original NeRF on the ScanNet dataset (results in Fig.1). Did you use the same setting as that of the LLFF data? Thank you!
Yeah, it is similar to LLFF data. However, since scannet scene is 360 captured scene, you should add --no_ndc --spherify --lindisp flags.
I downloaded the results you provided and found the results of NeRF do not match the ones shown in the paper. The NeRF results in the paper seem much worse. Could you please expain what is going on here? Thanks!