Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COLMAP metadata? #4

Open
Parskatt opened this issue Nov 12, 2024 · 1 comment
Open

COLMAP metadata? #4

Parskatt opened this issue Nov 12, 2024 · 1 comment

Comments

@Parskatt
Copy link

It would be nice to have some reconstruction metadata about the scenes without having to download the full reconstructions. For example, no. cameras, no. 3D points.

@jot-jt
Copy link
Contributor

jot-jt commented Nov 18, 2024

Thanks for the suggestion. For now, we do have a file that stores reconstruction metadata for the web-viewer. It can be found here. It is a dictionary with format:

{
    "cat_id": [
        "cat_name",
        num_recons,
        sparse_0_num_imgs,
        sparse_0_num_points3D,
        sparse_1_num_imgs,
        sparse_1_num_points3D,
        ...
    ],
    ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants