Skip to content

Commit 489975a

Browse files
Update train_NN.py
1 parent 696596a commit 489975a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

train_NN.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
test_images = [TEST_DIR+i for i in os.listdir(TEST_DIR)]
1616

1717

18-
train_images = [TRAIN_DIR+i for i in os.listdir(TRAIN_DIR)]
19-
test_images = [TEST_DIR+i for i in os.listdir(TEST_DIR)]
20-
21-
2218
def read_image(file_path):
2319
img = cv2.imread(file_path, cv2.IMREAD_COLOR)
2420
img = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)

0 commit comments

Comments
 (0)