Skip to content

Commit

Permalink
Remove /encrypted/ for most user this would give an error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Apr 12, 2024
1 parent 9b065aa commit ac73d19
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_BASE_: ../segmentation_base.yaml

OUTPUT_DIR: /encrypted/baseline
OUTPUT_DIR: ./output/baseline

NAME: ovdr_scaling_test

Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_BASE_: ../segmentation_base.yaml

OUTPUT_DIR: /encrypted/baseline
OUTPUT_DIR: ./output/baseline

NAME: ovdr

Expand Down
2 changes: 1 addition & 1 deletion configs/segmentation/baseline/baseline_ovdr3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_BASE_: ../segmentation_base.yaml

OUTPUT_DIR: /encrypted/baseline
OUTPUT_DIR: ./output/baseline

NAME: ovdr_long_training

Expand Down
4 changes: 2 additions & 2 deletions configs/segmentation/baseline/baseline_ovdr_crop.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
_BASE_: ../segmentation_base.yaml

OUTPUT_DIR: /encrypted/baseline
OUTPUT_DIR: ./output/baseline

NAME: ovdr_scaling_test
NAME: ovdr_scaling_crop

PREPROCESS:
OVERWRITE: False
Expand Down
4 changes: 2 additions & 2 deletions configs/segmentation/baseline/baseline_ovdr_rotate.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
_BASE_: ../segmentation_base.yaml

OUTPUT_DIR: /encrypted/baseline
OUTPUT_DIR: ./output/baseline

NAME: ovdr_scaling_test
NAME: ovdr_scaling_rotate

PREPROCESS:
OVERWRITE: False
Expand Down

0 comments on commit ac73d19

Please sign in to comment.