From 3700c763dde15d29daf8e8956f10e4f8c5de0713 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 4 Jul 2026 18:55:53 +0200 Subject: [PATCH] tune: raise default anneal_sec from 2s to 10s Merge actor windows separated by up to 10s into one epoch, reducing scene fragmentation from brief detection dropouts. --- src/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.hpp b/src/config.hpp index b25fb6f..805574a 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -56,7 +56,7 @@ struct Config { // ── Scene tracking ──────────────────────────────────────────────────────── double extinction_sec{5.0}; // keep actor active this many seconds after last detection - double anneal_sec{2.0}; // merge actor windows separated by less than this into one epoch + double anneal_sec{10.0}; // merge actor windows separated by less than this into one epoch // ── Inference backend tuning ──────────────────────────────────────────── // Consumed by the compiled-in inference backend (ORT or TRT).