From 85d806f23132040a49383dbf39250b2eebb4038f Mon Sep 17 00:00:00 2001 From: patrycjalazna Date: Wed, 16 Feb 2022 16:49:16 +0100 Subject: [PATCH] fix --- src/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.py b/src/consts.py index 92a2aff..08528e2 100644 --- a/src/consts.py +++ b/src/consts.py @@ -4,7 +4,7 @@ LABELS = '../data/train_labels' JPG_IMAGES = '../images' FC_DIR = "fc" MASK_DIR = "mask" -METADATA = pd.read_csv('../data/On_Cloud_N_Cloud_Cover_Detection_Challenge_-_train_metadata.csv.csv') +METADATA = pd.read_csv('../data/train_metadata.csv') BATCH = 8 IMG_SIZE = (512,512)