-
Andrey Filippov authored
inferROI's receptive-field patch was hardcoded P=24. Add CuasDnnInfer.setPatch and new param curt_dnn_patch (default 24) so a wider-attention model (patch 32) can be deployed: CuasDetectRT sets it on the inferer. The 32-patch model widens off-center suppression reach (off_max 9->13 px) and removes the trajectory-alias ghosts seen in the clean synthetic grid (field ~0.16 -> ~0.003). Must match the loaded model's training patch. Co-Authored-By:Claude Opus 4.8 (1M context) <noreply@anthropic.com>
81698963