• Andrey Filippov's avatar
    CLAUDE: lean pose eigen fix - pass imp.eig_sub_frac (was hardcoded 0.0) · 59f4182d
    Andrey Filippov authored
    Root cause of the eigen-ON 3x slow pose convergence (probed synthetically):
    pedestal-included covariance inflates the peak eigen lambdas; sqrt(lambda)
    reaches imp.eig_max_sqrt (6) where setEigenTransform's k=max(0,1/sqrt(l)-1/6)
    ZEROES the tile's measurement components - blur-wide tiles (sigma ~2.5-3 px,
    the lean consolidated-average x center regime) contribute nothing and the
    solve limps on the few sharp tiles. Companion zero-build retune: raise
    imp.eig_max_sqrt 6 -> ~20 (dialog) when re-enabling eigen. Solver algebra
    verified consistent (jt, both Y-Fx variants, WJtJ share the transform).
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    59f4182d
Name
Last commit
Last update
..
CuasConditioning.java Loading commit data...
CuasDetectRT.java Loading commit data...
CuasDnnBackend.java Loading commit data...
CuasDnnInfer.java Loading commit data...
CuasDnnLocal.java Loading commit data...
CuasDnnRemote.java Loading commit data...
CuasLogFold.java Loading commit data...
CuasPoseRT.java Loading commit data...
CuasRT.java Loading commit data...
CuasRTDetector.java Loading commit data...
CuasRTLib.java Loading commit data...
CuasRTUtils.java Loading commit data...
CuasRecurrentBuffer.java Loading commit data...
CuasRender.java Loading commit data...
CuasRtState.java Loading commit data...
CuasStage2Infer.java Loading commit data...
CuasTD.java Loading commit data...
RtParams.java Loading commit data...
TemporalConsolidator.java Loading commit data...
TemporalKernelGenerator.java Loading commit data...
TpDnnJna.java Loading commit data...
package-info.java Loading commit data...