google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.57k stars 338 forks source link

Problem with custom data loader for .gltf files exported from Blender #87

Open Paul45577 opened 1 year ago

Paul45577 commented 1 year ago

Hello, I' am implementing my own custom data loader for .gltf files that were previously exported from Blender. I can select the camera in Blender in the export settings to export the extrinsic camera parameters, but the problem is that it doesn't seem to be possible to also export the intrinsic camera parameters. But as far as I know they are needed in MultiNerf in the datasets.py base class. Is it possible to create a .gltf data loader without the intrinsic parameters and distortion coefficients, just with the extrinsic camera parameters or does anyone know another solution for this problem? Thanks in advance!