-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify configs for multiclass and binary multisource
- Loading branch information
LucaRom
committed
May 16, 2024
1 parent
d9b2caa
commit 563eef5
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# @package _global_ | ||
dataset: | ||
# dataset-wide | ||
name: | ||
raw_data_csv: ${general.raw_data_csv} | ||
raw_data_dir: ${general.raw_data_dir} | ||
download_data: False | ||
|
||
# imagery | ||
bands: [R,G,B] | ||
dsm_dir: null | ||
|
||
# ground truth | ||
attribute_field: properties/class | ||
attribute_values: [1] | ||
class_name: # will follow in the next version | ||
classes_dict: {'WAER':1, 'FORE':2, 'ROAI':3, 'BUIL':4} | ||
class_weights: | ||
ignore_index: 255 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters