Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -586,7 +586,7 @@ class WatermelonProcessor:
|
|
| 586 |
|
| 587 |
# 5. SMOOTHED FEATURES
|
| 588 |
sm_w, sm_h, sm_perim, sm_rt, sm_tot_a, sm_f_a, sm_f_rat = None, None, None, None, None, None, None
|
| 589 |
-
sm_elong, sm_circ, sm_asym, sm_f_asym, r2_rind, r2_flesh = None, None, None, None, None, None
|
| 590 |
sm_rind_cnt, sm_flesh_cnt = None, None
|
| 591 |
sm_h_line, sm_w_line = None, None
|
| 592 |
|
|
|
|
| 586 |
|
| 587 |
# 5. SMOOTHED FEATURES
|
| 588 |
sm_w, sm_h, sm_perim, sm_rt, sm_tot_a, sm_f_a, sm_f_rat = None, None, None, None, None, None, None
|
| 589 |
+
sm_elong, sm_circ, sm_asym, sm_f_asym, r2_rind, r2_flesh = None, None, None, None, None, None
|
| 590 |
sm_rind_cnt, sm_flesh_cnt = None, None
|
| 591 |
sm_h_line, sm_w_line = None, None
|
| 592 |
|