mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
RandomMosaic is not working with the suggested configuration. In order to make use of the MultiImageMixDataset, the following lines: ``` dict(type='LoadImageFromFile') dict(type='LoadAnnotations') ``` should be provided to both the wrapped and wrapper datasets.