-
Notifications
You must be signed in to change notification settings - Fork 14
fix bugs in COLMAP images text loading #177
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
fix bugs in COLMAP images text loading #177
Conversation
|
|
f32e0e4 to
0347f24
Compare
|
@fwilliams @harrism So this PR is not welcome. I see... |
|
@NotMorven sorry we've been off for the holidays. You have some style check failures. Once those are fixed, I'll approve and we can merge |
|
@NotMorven we value your contribution. Can you run |
0347f24 to
923159a
Compare
|
@harrism @fwilliams Thanks for the reply. I've run |
Signed-off-by: NotMorven <[email protected]>
923159a to
4b59b53
Compare
fwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it!
nice! thanks! |
The current implementation of the _load_images_txt function in the main branch cannot handle cases where images have empty feature points. This results in subsequent image information failing to load properly. This PR resolves this issue.