jchibane / srf

Stereo Radiance Fields (SRF) - Codebase
123 stars 18 forks source link

Custom datasets and camera extrinsics. #10

Closed Chester-CS closed 2 years ago

Chester-CS commented 2 years ago

Hello jchibane, I'm wondering whether your code can be applied to other datasets such as ShapeNet and custom blender datasets. How did you get the raw pose_extrinsics for the DTU dataset ? image Thanks.

jchibane commented 2 years ago

Hey, these camera intrinsics are somewhat buried in the DTU dataset, but yes they are there. We did not estimate those ourselves. We did not apply the code on other datasets, but if you adopt the dataset classes correctly, this should be possible! Best, Julian