Commit 3a2041e
Correct definition of is_fixed in BundleShotPoses (#1115)
Summary:
This is a PR for Issue #1083
As discussed there, the definition of “is_fixed” in BundleShotPoses is probably incorrect, leading to unnecessary runs of the Ceres optimizer. Although the impact is rather minor, a correct definition is preferable.
Pull Request resolved: #1115
Differential Revision: D92679317
Pulled By: fabianschenk
fbshipit-source-id: d2fd3c75c58ec078b272730353222181cb4bbfdb1 parent c3c0453 commit 3a2041e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
496 | | - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
497 | 498 | | |
498 | 499 | | |
499 | 500 | | |
| |||
0 commit comments