Open luorix1 opened 2 years ago
Thanks for your interest!
Reconstructing scenes from sparse views with wide baselines is a really interesting problem. Since COLMAP will probably not give high accurate results with too wide baselines, DSNeRF will probably not perform as well as with the current setup, but should still be better than plain NeRF.
I have been researching many NeRF-related projects recently and have found that a common constraint is that the views used for training cannot be too far apart. Most common seems to be the forward-facing view scenario. Hence, I am curious if you did any testing to see whether DSNeRF performs better with inward-facing images (i.e. 5 views spaced at 72 degree intervals) or if it has the same issues.
Thank you for your interesting work.