Skip to content

Commit

Permalink
switch RA21 and RO21 to val mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NazirNayal8 committed Aug 11, 2023
1 parent 91bdbee commit 3f15444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ def get_datasets(datasets_folder):
road_anomaly_21_config = edict(
dataset_root=os.path.join(datasets_folder,
'SegmentMeIfYouCan/dataset_AnomalyTrack'),
dataset_mode='all'
dataset_mode='val'
)

road_obstacle_21_config = edict(
dataset_root=os.path.join(datasets_folder,
'SegmentMeIfYouCan/dataset_ObstacleTrack'),
dataset_mode='all'
dataset_mode='val'
)

laf_config = edict(
Expand Down

0 comments on commit 3f15444

Please sign in to comment.