nnibras commited on
Commit
e97a4c5
·
verified ·
1 Parent(s): 65903c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from skimage.feature import graycomatrix, graycoprops, local_binary_pattern
17
 
18
  # Define directories for grass and wood images
19
  grass_dir = "images/Grass/Train_Grass"
20
- wood_dir = "images/Wood/Train_Wood"
21
 
22
  # Constants for Local Binary Pattern (LBP) and Gray Level Co-occurrence Matrix (GLCM)
23
  RADIUS = 1
 
17
 
18
  # Define directories for grass and wood images
19
  grass_dir = "images/Grass/Train_Grass"
20
+ wood_dir = "images/Wood/Train_wood"
21
 
22
  # Constants for Local Binary Pattern (LBP) and Gray Level Co-occurrence Matrix (GLCM)
23
  RADIUS = 1