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

Don't early-exit on non-pinhole transforms when looking up cameras #2194

Merged
merged 1 commit into from May 24, 2023

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented May 24, 2023

This was a real bug that we started hitting due to:

(one benefit of unstable traversal orders is it uncovers stuff like this).

Previously I assume we always got lucky due to something like the order being mostly deterministic as a function of insertion-order which was stable for objectron, but it seems likely a different insertion order could have broken this since if we ever hit a 3D transform before hitting the pinhole, we would never find the pinhole camera necessary to override the existence of the image in the heuristics.

Fixes:

Checklist

PR Build Summary: https://build.rerun.io/pr/2194

@jleibs jleibs changed the title Don't early-exit on non-pinhole cameras in objectron Don't early-exit on non-pinhole transforms in objectron May 24, 2023
@jleibs jleibs changed the title Don't early-exit on non-pinhole transforms in objectron Don't early-exit on non-pinhole transforms when looking up cameras May 24, 2023
@jleibs jleibs marked this pull request as ready for review May 24, 2023 06:11
@jleibs jleibs added the 🪳 bug Something isn't working label May 24, 2023
@jleibs jleibs merged commit 868ba47 into main May 24, 2023
17 of 18 checks passed
@jleibs jleibs deleted the jleibs/objectron_flicker branch May 24, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants