Skip to content

Commit

Permalink
[Doc] Fix minor typo in migration package.md (#2518)
Browse files Browse the repository at this point in the history
Co-authored-by: xiexinch <[email protected]>
  • Loading branch information
siddancha and xiexinch committed Jan 30, 2023
1 parent b9b5d8b commit 6b53ec0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en/migration/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ OpenMMLab 2.0 defines the `BaseDataset` to function and interface of dataset, an

| Packages/Modules | Changes |
| :-------------------: | :------------------------------------------------------------------------------------------ |
| `mmseg.pipelines` | Renamed to `mmseg.transforms` |
| `mmseg.sampler` | Move in `mmengine.dataset.sampler` |
| `CustomDataset` | Renamed to `BaseDataset` and inherited from `BaseDataset` in MMEngine |
| `mmseg.pipelines` | Moved in `mmcv.transforms` |
| `mmseg.sampler` | Moved in `mmengine.dataset.sampler` |
| `CustomDataset` | Renamed to `BaseSegDataset` and inherited from `BaseDataset` in MMEngine |
| `DefaultFormatBundle` | Replaced with `PackSegInputs` |
| `LoadImageFromFile` | Move in `mmcv.transforms.LoadImageFromFile` |
| `LoadImageFromFile` | Moved in `mmcv.transforms.LoadImageFromFile` |
| `LoadAnnotations` | Moved in `mmcv.transforms.LoadAnnotations` |
| `Resize` | Moved in `mmcv.transforms` and split into `Resize`, `RandomResize` and `RandomChoiseResize` |
| `Resize` | Moved in `mmcv.transforms` and split into `Resize`, `RandomResize` and `RandomChoiceResize` |
| `RandomFlip` | Moved in `mmcv.transforms.RandomFlip` |
| `Pad` | Moved in `mmcv.transforms.Pad` |
| `Normalize` | Moved in `mmcv.transforms.Normalize` |
Expand Down

0 comments on commit 6b53ec0

Please sign in to comment.