Skip to content

Don't create 3D space view if there's a pinhole camera at the origin#3821

Merged
jleibs merged 1 commit intomainfrom
jleibs/no_3d_with_camera_at_origin
Oct 11, 2023
Merged

Don't create 3D space view if there's a pinhole camera at the origin#3821
jleibs merged 1 commit intomainfrom
jleibs/no_3d_with_camera_at_origin

Conversation

@jleibs
Copy link
Copy Markdown
Contributor

@jleibs jleibs commented Oct 11, 2023

What

Resolves: #3820

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested demo.rerun.io (if applicable)
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG

@jleibs jleibs marked this pull request as ready for review October 11, 2023 22:06
@jleibs jleibs added exclude from changelog PRs with this won't show up in CHANGELOG.md 📺 re_viewer affects re_viewer itself 🦟 regression A thing that used to work in an earlier release labels Oct 11, 2023
Comment on lines +72 to +75
// TODO(andreas): It would be nice to just return `AutoSpawnHeuristic::AlwaysSpawn` here
// but AlwaysSpawn does not prevent other `SpawnClassWithHighestScoreForRoot` instances
// from being added to the view.
score += 100.0;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if this could be AlwaysSpawn now, huh. Let's not do that now 😄

@jleibs jleibs added this to the 0.9.1 milestone Oct 11, 2023
@jleibs jleibs merged commit ba22928 into main Oct 11, 2023
@jleibs jleibs deleted the jleibs/no_3d_with_camera_at_origin branch October 11, 2023 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md 📺 re_viewer affects re_viewer itself 🦟 regression A thing that used to work in an earlier release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Colmap camera sometimes ends up as 3D space

2 participants