Skip to content

Commit ae4ddaa

Browse files
authored
tabs -> spaces
1 parent 9c78a09 commit ae4ddaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trainModel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def load_data(xPath, yPath):
1717
index = 0
1818
for file in os.listdir(xPath):
1919
index += 1
20-
if index <= 3802:
21-
continue
20+
if index <= 3802:
21+
continue
2222
img = Image.open(xPath + file)
2323
imgArray = np.asarray(img, dtype='uint8')
2424
imgArray = imgArray / (MAX_VAL * 1.0)

0 commit comments

Comments
 (0)