Upload agents/model_agent.py with huggingface_hub
Browse files- 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 =
|
| 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"
|