Skip to content
Snippets Groups Projects
Commit 35c1fe33 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added the paths to the different machines.

parent cbe09459
No related branches found
No related tags found
No related merge requests found
...@@ -29,14 +29,16 @@ if not PLOT_PATH.exists(): ...@@ -29,14 +29,16 @@ if not PLOT_PATH.exists():
# path to the datasets on the current machine # path to the datasets on the current machine
# DRIVE_PATH = pathlib.Path('C:/Eurac/Projects/CCISNOW/Datasets/') # 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 # name and paths to the datasets
DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'), DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'),
'merge_labels': {'Shadow_over_water': 'Shadow', 'merge_labels': {'Shadow_over_water': 'Shadow',
'Flooded': 'Land'}, 'Flooded': 'Land'},
'gt_pattern': '(.*)mask\\.png'}, 'gt_pattern': '(.*)mask\\.png'},
'Alcd': {'root_dir': DRIVE_PATH.joinpath('Alcd/Resampled/20m'), 'Alcd': {'root_dir': DRIVE_PATH.joinpath('Alcd'),
'merge_labels': {'Cirrus': 'Cloud', 'merge_labels': {'Cirrus': 'Cloud',
'Not_used': 'No_data'}, 'Not_used': 'No_data'},
'gt_pattern': '(.*)Labels\\.tif'} 'gt_pattern': '(.*)Labels\\.tif'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment