Closed xu19971109 closed 1 year ago
Will ’pipeline‘ be added by default in train_dataloader?
Sorry, I found pidnet-s_2xb6-120k_1024x1024-cityscapes.py
has set the pipeline
itself.
I deleted the pipeline in pidnet-s_2xb6-120k_1024x1024-cityscapes.py
, it could load the image.
If I just use one of my datasets, it can work. When I want to cat them and the mmseg always reports the error:
class 'ConcatDataset' in mmengine/dataset/dataset_wrapper.py: __init__() got an unexpected keyword argument 'pipeline'
I try 2 configs files. One is:
The other is :
They all report the same error:
class 'ConcatDataset' in mmengine/dataset/dataset_wrapper.py: __init__() got an unexpected keyword argument 'pipeline'
Do you have any examples about 'ConcatDataset'?
I found the api is
How do I use the key 'pipeline' and other keys?