6113d0e1f3
Finalize multi-frame depth pooling execution tracking with fully verified plan checkboxes and add a Y-up/bird-eye extrinsics visualizer with pose-convention auto detection for calibration sanity checks.
517 B
517 B
Depth Pooling Fixes
- Fixed
np.errstateusage:all_nanis not a valid parameter forerrstate. Changed toinvalid="ignore". - Fixed
conf_stackpossibly unbound error by initializing it toNoneand checking it before use. - Removed duplicated unreachable code block after the first
return. - Fixed implicit string concatenation warning in
ValueErrormessage. - Updated type hints to modern Python style (
list[],|) and removed unusedtypingimports. - Verified with
basedpyright(0 errors).