chore(metadata): update beads and sisyphus planning artifacts
This commit is contained in:
@@ -32,7 +32,14 @@
|
||||
## Debugging Heuristics
|
||||
|
||||
## Documentation Gaps
|
||||
- Users were unclear on how `--auto-align` made decisions (heuristic vs explicit) and what `--refine-depth` actually did. The new documentation addresses this by explaining the decision flow and the optimization objective function.
|
||||
|
||||
## Jaxtyping Runtime Dependencies
|
||||
- `jaxtyping` imports failed at runtime because it expects a backend (jax, torch, or tensorflow) to be installed.
|
||||
|
||||
## Depth Refinement Failure
|
||||
- Depth refinement was failing (0 iterations, no improvement) because the depth map was in millimeters (~2500) while the computed depth from extrinsics was in meters (~2.5). This resulted in huge residuals (~2497.5) that the optimizer couldn't handle effectively. Fixed by normalizing the depth map to meters immediately upon retrieval.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user