Skip to content

Commit

Permalink
[TIPC] Fix dataset not found bug (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
LutaoChu authored Mar 2, 2022
1 parent fec42fd commit e88279d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ to_static_training: False

train_dataset:
type: Cityscapes
dataset_root: data/cityscapes
dataset_root: test_tipc/data/cityscapes
transforms:
- type: ResizeStepScaling
min_scale_factor: 0.5
Expand All @@ -19,7 +19,7 @@ train_dataset:

val_dataset:
type: Cityscapes
dataset_root: data/cityscapes
dataset_root: test_tipc/data/cityscapes
transforms:
- type: Normalize
mode: val
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ to_static_training: False

train_dataset:
type: Cityscapes
dataset_root: data/cityscapes
dataset_root: test_tipc/data/cityscapes
transforms:
- type: ResizeStepScaling
min_scale_factor: 0.5
Expand All @@ -19,7 +19,7 @@ train_dataset:

val_dataset:
type: Cityscapes
dataset_root: data/cityscapes
dataset_root: test_tipc/data/cityscapes
transforms:
- type: Normalize
mode: val
Expand Down

0 comments on commit e88279d

Please sign in to comment.