Spaces:
Runtime error
Runtime error
Update Image_height.py
Browse files- Image_height.py +1 -1
Image_height.py
CHANGED
@@ -12,7 +12,7 @@ from skimage.filters import threshold_li
|
|
12 |
class options:
|
13 |
def __init__(self, image_path):
|
14 |
self.image = image_path
|
15 |
-
self.debug =
|
16 |
self.tmp_dir = "plantpattern"
|
17 |
self.result = os.path.join(self.tmp_dir, "try2.txt")
|
18 |
self.writeimg = False
|
|
|
12 |
class options:
|
13 |
def __init__(self, image_path):
|
14 |
self.image = image_path
|
15 |
+
self.debug = None
|
16 |
self.tmp_dir = "plantpattern"
|
17 |
self.result = os.path.join(self.tmp_dir, "try2.txt")
|
18 |
self.writeimg = False
|