From 35c1fe33a4e1a474540f6d92753be4e554b6b516 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 2 Feb 2021 16:53:35 +0100
Subject: [PATCH] Added the paths to the different machines.

---
 pysegcnn/plot/plot_config.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pysegcnn/plot/plot_config.py b/pysegcnn/plot/plot_config.py
index 6907524..3473e5f 100644
--- a/pysegcnn/plot/plot_config.py
+++ b/pysegcnn/plot/plot_config.py
@@ -29,14 +29,16 @@ if not PLOT_PATH.exists():
 
 # path to the datasets on the current machine
 # DRIVE_PATH = pathlib.Path('C:/Eurac/Projects/CCISNOW/Datasets/')
-DRIVE_PATH = pathlib.Path('F:/Studium/SS 2020/Datasets/')
+# DRIVE_PATH = pathlib.Path('F:/Studium/SS 2020/Datasets/')
+# DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets')  # nopep8
+DRIVE_PATH = pathlib.Path('/home/dfrisinghelli/Datasets')
 
 # name and paths to the datasets
 DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'),
                        'merge_labels': {'Shadow_over_water': 'Shadow',
                                         'Flooded': 'Land'},
                        'gt_pattern': '(.*)mask\\.png'},
-            'Alcd': {'root_dir': DRIVE_PATH.joinpath('Alcd/Resampled/20m'),
+            'Alcd': {'root_dir': DRIVE_PATH.joinpath('Alcd'),
                      'merge_labels': {'Cirrus': 'Cloud',
                                       'Not_used': 'No_data'},
                      'gt_pattern': '(.*)Labels\\.tif'}
-- 
GitLab