Skip to content

Commit 0ef8d9a

Browse files
Generic root dir for example
Signed-off-by: Joao Lucas de Sousa Almeida <[email protected]>
1 parent 1e60a42 commit 0ef8d9a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/confs/sen1floods11_vit_local_ckpt.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ data:
4141
- 2
4242
- 1
4343
- 0
44-
train_data_root: /dccstor/jlsa931/senfloods/v1.1/data/flood_events/HandLabeled/S2Hand/
45-
train_label_data_root: /dccstor/jlsa931/senfloods/v1.1/data/flood_events/HandLabeled/LabelHand
46-
val_data_root: /dccstor/jlsa931/senfloods/v1.1/data/flood_events/HandLabeled/S2Hand/
47-
val_label_data_root: /dccstor/jlsa931/senfloods/v1.1/data/flood_events/HandLabeled/LabelHand
48-
test_data_root: /dccstor/jlsa931/senfloods/v1.1/data/flood_events/HandLabeled/S2Hand/
49-
test_label_data_root: /dccstor/jlsa931/senfloods/v1.1/data/flood_events/HandLabeled/LabelHand
44+
train_data_root: <senfloods_root>/senfloods/v1.1/data/flood_events/HandLabeled/S2Hand/
45+
train_label_data_root: <senfloods_root>/senfloods/v1.1/data/flood_events/HandLabeled/LabelHand
46+
val_data_root: <senfloods_root>/senfloods/v1.1/data/flood_events/HandLabeled/S2Hand/
47+
val_label_data_root: <senfloods_root>/senfloods/v1.1/data/flood_events/HandLabeled/LabelHand
48+
test_data_root: <senfloods_root>/senfloods/v1.1/data/flood_events/HandLabeled/S2Hand/
49+
test_label_data_root: <senfloods_root>/senfloods/v1.1/data/flood_events/HandLabeled/LabelHand
5050
# these must be obtained by running terratorch/examples/scripts/convert_sen1floods11_splits.py on the original split csv files
51-
train_split: /dccstor/jlsa931/senfloods/v1.1/splits/flood_handlabeled/flood_train_data.txt
52-
test_split: /dccstor/jlsa931/senfloods/v1.1/splits/flood_handlabeled/flood_test_data.txt
53-
val_split: /dccstor/jlsa931/senfloods/v1.1/splits/flood_handlabeled/flood_valid_data.txt
51+
train_split: <senfloods_root>/senfloods/v1.1/splits/flood_handlabeled/flood_train_data.txt
52+
test_split: <senfloods_root>/senfloods/v1.1/splits/flood_handlabeled/flood_test_data.txt
53+
val_split: <senfloods_root>/senfloods/v1.1/splits/flood_handlabeled/flood_valid_data.txt
5454
img_grep: "*_S2Hand.tif"
5555
label_grep: "*_LabelHand.tif"
5656
no_label_replace: -1

0 commit comments

Comments
 (0)