wip
This commit is contained in:
parent
458b8247be
commit
beedf2f94c
|
|
@ -107,9 +107,9 @@ def main():
|
||||||
|
|
||||||
# [3/4] Run model predictions with two-step detection
|
# [3/4] Run model predictions with two-step detection
|
||||||
print("\n[3/4] Running two-step harvest 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,
|
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
|
# Build and export
|
||||||
print("\nBuilding production harvest table...")
|
print("\nBuilding production harvest table...")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue