You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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():
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?
The text was updated successfully, but these errors were encountered: