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

Renamed Dataset paths.

parent 99efa98d
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,8 @@ from pysegcnn.core.utils import search_files ...@@ -28,8 +28,8 @@ from pysegcnn.core.utils import search_files
HERE = pathlib.Path(__file__).resolve().parent HERE = pathlib.Path(__file__).resolve().parent
# 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('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/_Datasets/') # nopep8 # DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets/') # nopep8
# name and paths to the datasets # name and paths to the datasets
DATASETS = {'Sparcs': DRIVE_PATH.joinpath('Sparcs'), DATASETS = {'Sparcs': DRIVE_PATH.joinpath('Sparcs'),
......
...@@ -29,8 +29,8 @@ import pathlib ...@@ -29,8 +29,8 @@ import pathlib
HERE = pathlib.Path(__file__).resolve().parent HERE = pathlib.Path(__file__).resolve().parent
# 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('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/_Datasets/') # nopep8 # DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets/') # nopep8
# name and paths to the datasets # name and paths to the datasets
DATASETS = {'Sparcs': DRIVE_PATH.joinpath('Sparcs'), DATASETS = {'Sparcs': DRIVE_PATH.joinpath('Sparcs'),
...@@ -44,7 +44,7 @@ DS_NAME = 'Sparcs' ...@@ -44,7 +44,7 @@ DS_NAME = 'Sparcs'
BANDS = ['red', 'green', 'blue', 'nir', 'swir1', 'swir2'] BANDS = ['red', 'green', 'blue', 'nir', 'swir1', 'swir2']
# tile size of a single sample # tile size of a single sample
TILE_SIZE = 128 TILE_SIZE = None
# number of folds for cross validation # number of folds for cross validation
K_FOLDS = 1 K_FOLDS = 1
......
...@@ -27,8 +27,8 @@ import pathlib ...@@ -27,8 +27,8 @@ import pathlib
HERE = pathlib.Path(__file__).resolve().parent HERE = pathlib.Path(__file__).resolve().parent
# 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('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/_Datasets/') # nopep8 # DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets/') # nopep8
# name and paths to the datasets # name and paths to the datasets
DATASETS = {'Sparcs': DRIVE_PATH.joinpath('Sparcs'), DATASETS = {'Sparcs': DRIVE_PATH.joinpath('Sparcs'),
......
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