anky2002 commited on
Commit
6aff7ac
·
verified ·
1 Parent(s): bb7ae15

Upload agents/model_agent.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. agents/model_agent.py +1 -1
agents/model_agent.py CHANGED
@@ -108,7 +108,7 @@ def m05_autocorrelation(img):
108
  else:
109
  # Entire image is smooth — no bokeh, just low detail
110
  bokeh_fraction = 0.0
111
- bokeh_explained = True
112
 
113
  if ms > 0.95 and not bokeh_explained:
114
  s, n = 0.8, f"CRITICAL: Autocorrelation {ms:.3f} exceeds physical camera limit — AI generated"
 
108
  else:
109
  # Entire image is smooth — no bokeh, just low detail
110
  bokeh_fraction = 0.0
111
+ bokeh_explained = False # Smooth everywhere ≠ bokeh
112
 
113
  if ms > 0.95 and not bokeh_explained:
114
  s, n = 0.8, f"CRITICAL: Autocorrelation {ms:.3f} exceeds physical camera limit — AI generated"