Fyusion / LLFF

Code release for Local Light Field Fusion at SIGGRAPH 2019
https://fyusion.com/LLFF
GNU General Public License v3.0
1.55k stars 250 forks source link

How to get poses and camera parameters #79

Open SaadatKhan opened 1 year ago

SaadatKhan commented 1 year ago

Hi, I need poses and camera parameters (like focal lengths) for another project which uses COLMAP for extracting the poses. How do I use the bin files to read and extract information?

EarltShirt commented 7 months ago

@SaadatKhan use pycolmap's integarted rec = pycolmap.Reconstruction("path/to/folder/containing/bin") and then access the informations as : for camera in rec.cameras.values():