Skip to content

Commit

Permalink
[Fix] Fix train map path for coco-stuff164k.py (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverGrace committed Jul 12, 2023
1 parent 0079076 commit ac78b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/_base_/datasets/coco-stuff164k.py
Expand Up @@ -48,7 +48,7 @@
type=dataset_type,
data_root=data_root,
data_prefix=dict(
img_path='images/train2017', seg_map_path='annotations/val2017'),
img_path='images/train2017', seg_map_path='annotations/train2017'),
pipeline=train_pipeline))
val_dataloader = dict(
batch_size=1,
Expand Down

0 comments on commit ac78b13

Please sign in to comment.