This commit is contained in:
Timon 2026-01-15 08:23:52 +01:00
parent 458b8247be
commit beedf2f94c

View file

@ -107,9 +107,9 @@ def main():
# [3/4] Run model predictions with two-step detection
print("\n[3/4] Running two-step harvest detection...")
print(" (Using threshold=0.45, consecutive_days=2 - tuned for Model 307 output)")
print(" (Using threshold=0.5, consecutive_days=3 - tuned for Model 307 output)")
refined_results = run_two_step_refinement(ci_data, model, config, scalers, device=device,
phase1_threshold=0.45, phase1_consecutive=2)
phase1_threshold=0.5, phase1_consecutive=3)
# Build and export
print("\nBuilding production harvest table...")