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

Switch to pycolmap.Reconstruction for model converter. Add colmap visualizer with the same backend (Open3D) #121

Merged
merged 14 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
ignore I001
B1ueber2y committed Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 713c8b611f6f67d0441910a0362c51438b11ee40
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ select = [
# isort
"I",
]
ignore = ['I001']

[lint.per-file-ignores]
"limap/line2d/L2D2/RAL_net_cov.py" = ["SIM"]