Skip to content

Commit bec1390

Browse files
author
marjan.asgari
committed
aoi_less_memory
1 parent cd1ea87 commit bec1390

File tree

63 files changed

+5228
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5228
-450
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
*__pycache__**
22
*.idea**
33
*.vscode**
4-
tests/data
5-
logs/runs
6-
/gpfs/fs5/nrcan/nrcan_geobase/work/dev/datacube/parallel/deep_learning/geo-deep-learning/rgb-4class-segformer-b5.pt
4+
./test_inference_dask.py

config/dataset/test_ci_segmentation_binary.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dataset:
44
name:
55
raw_data_csv: ${general.raw_data_csv}
66
raw_data_dir: ${general.raw_data_dir}
7-
download_data: False
7+
raster_stats: True
88

99
# imagery
1010
bands: [1,2,3]

config/dataset/test_ci_segmentation_binary_stac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dataset:
44
name:
55
raw_data_csv: tests/tiling/tiling_segmentation_binary-stac_ci.csv
66
raw_data_dir: ${general.raw_data_dir}
7-
download_data: False
7+
raster_stats: True
88

99
# imagery
1010
bands: [red, green, blue]

config/dataset/test_ci_segmentation_multiclass.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dataset:
88

99
# imagery
1010
bands: [1,2,3]
11-
11+
raster_stats: True
1212
# ground truth
1313
attribute_field: properties/Quatreclasses
1414
attribute_values: [1,2,3,4]

0 commit comments

Comments
 (0)