fabiotosi92/NeRF-Supervised-Deep-Stereo

Extracting stereo pairs from custom dataset.

Closed this issue · 2 comments

Hi Authors!
Really great work!
I have a query regarding creation of the stereo pairs and disparity from custom dataset. I am using nerfstudio to create my nerfs. How can I now begin to extract the stereo pairs?

Hi, thank you so much for appreciating our work. Regarding your question, in our project, we didn't use nerfstudio but rather the original code from Instant-NGP. However, the process remains consistent: first, you train any NeRF model following nerfstudio's instructions. Then, for creating stereo pairs, you render two novel views, one from an arbitrary viewpoint and the other from its corresponding virtual stereo camera viewpoint. If it helps, you can use this code to generate poses for stereo view pairs.

Hi @fabiotosi92! Thanks a lot for responding! We were able to extract similar dataset from nerfstudio using your script!
I also wanted to say that this is perhaps the first algorithm that worked in our case (agriculture dataset). This is a neat idea!