mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] Fix train map path for coco-stuff164k.py (#3187)
This commit is contained in:
parent
00790766af
commit
ac78b1308d
@ -48,7 +48,7 @@ train_dataloader = dict(
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user