• Andrey Filippov's avatar
    CLAUDE: DNN ghostbuster - discard untrained corner velocities (R>vmax) · 0bd16311
    Andrey Filippov authored
    The DNN velocity grid (radius vel_radius) extends past the trained velocity
    disk, so untrained corner cells emit spurious sidelobes (ghosts) of non-trivial
    strength (s up to ~0.09) that would confuse the recurrent layer. New
    dnnGhostbust() zeros velocity cells with cell-radius > curt_dnn_vmax*vel_decimate,
    and if a pixel's peak lands in the untrained corner it discards the whole
    detection (field=0, s=0). Applied to the DNN field + offset before save and the
    recurrent feed. New param curt_dnn_vmax (px/frame, default 1.4 = PM models'
    training vmax_px; set to match the loaded model; <=0 disables).
    Co-Authored-By: 's avatarClaude Opus 4.8 (1M context) <noreply@anthropic.com>
    0bd16311
Name
Last commit
Last update
..
CuasDetectRT.java Loading commit data...
CuasDnnInfer.java Loading commit data...
CuasRTDetector.java Loading commit data...
CuasRTLib.java Loading commit data...
CuasRTUtils.java Loading commit data...
CuasRecurrentBuffer.java Loading commit data...
RtParams.java Loading commit data...
TemporalConsolidator.java Loading commit data...
TemporalKernelGenerator.java Loading commit data...
package-info.java Loading commit data...