[Fix] Fix train map path for coco-stuff164k.py (#3187)

This commit is contained in:
OliverGrace 2023-07-12 15:29:45 +08:00 committed by GitHub
parent 00790766af
commit ac78b1308d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,