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

Fixed dataset dictionary.

parent 7c961606
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,11 @@ DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets')
# 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'},
DATASETS = {'Alcd': {'root_dir': DRIVE_PATH.joinpath('Alcd'),
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'),
'merge_labels': {'Cirrus': 'Cloud',
'Not_used': 'No_data'},
'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