Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reconstruction reader/writer tests and scene class repr#2842

Merged
ahojnnes merged 16 commits intomainfrom
user/jsch/reader-writer-test
Oct 23, 2024
Merged

Reconstruction reader/writer tests and scene class repr#2842
ahojnnes merged 16 commits intomainfrom
user/jsch/reader-writer-test

Conversation

@ahojnnes
Copy link
Contributor

No description provided.

@ahojnnes ahojnnes enabled auto-merge (squash) October 23, 2024 16:21
@ahojnnes ahojnnes merged commit f3e1aef into main Oct 23, 2024
@ahojnnes ahojnnes deleted the user/jsch/reader-writer-test branch October 23, 2024 17:13
ahojnnes pushed a commit that referenced this pull request Oct 25, 2024
#2842 removed the custom `__repr__`
for some objects like `Image`. Pycolmap then falls back to enumerating
all the attributes, which is suboptimal - for example for `Image` we
don't want to print all 2D points to void bloating the console output.
This PR recovers the previous behavior for objects for which
`stringstream << obj` is defined.
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

Successfully merging this pull request may close these issues.

3 participants