We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696596a commit 489975aCopy full SHA for 489975a
train_NN.py
@@ -15,10 +15,6 @@
15
test_images = [TEST_DIR+i for i in os.listdir(TEST_DIR)]
16
17
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
22
def read_image(file_path):
23
img = cv2.imread(file_path, cv2.IMREAD_COLOR)
24
img = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)
0 commit comments