mmsegmentation/docs/en/user_guides
zoulinxin 77591b9e7b
[Feature] Add GDAL backend and Support LEVIR-CD Dataset (#2903)
## Motivation

For support with reading multiple remote sensing image formats, please
refer to https://gdal.org/drivers/raster/index.html.

Byte, UInt16, Int16, UInt32, Int32, Float32, Float64, CInt16, CInt32,
CFloat32 and CFloat64 are supported for reading and writing.

Support input of two images for change detection tasks, and support the
LEVIR-CD dataset.

## Modification

Add LoadSingleRSImageFromFile in 'mmseg/datasets/transforms/loading.py'.
Load a single remote sensing image for object segmentation tasks.

Add LoadMultipleRSImageFromFile in
'mmseg/datasets/transforms/loading.py'.
Load two remote sensing images for change detection tasks.

Add ConcatCDInput  in 'mmseg/datasets/transforms/transforms.py'.
Combine images that have been separately augmented for data enhancement.

Add BaseCDDataset in 'mmseg/datasets/basesegdataset.py'
Base class for datasets used in change detection tasks.

---------

Co-authored-by: xiexinch <xiexinch@outlook.com>
2023-05-08 20:09:33 +08:00
..
1_config.md Fix typo in tutorial-1 (#2896) 2023-04-13 19:27:19 +08:00
2_dataset_prepare.md [Feature] Add GDAL backend and Support LEVIR-CD Dataset (#2903) 2023-05-08 20:09:33 +08:00
3_inference.md [Doc] Refine doc and fix links (#2821) 2023-03-31 16:26:30 +08:00
4_train_test.md [Features]Support dump segment predition (#2712) 2023-03-17 22:58:08 +08:00
deployment.md [Doc] Refine MMSegmentation documentation (#2668) 2023-03-03 14:51:38 +08:00
index.rst en doc of uisualization_feature_map.md (#2715) 2023-03-07 21:23:04 +08:00
useful_tools.md [Doc] Refine MMSegmentation documentation (#2668) 2023-03-03 14:51:38 +08:00
visualization.md Upgrade pre commit hooks (#2154) 2022-10-08 12:04:24 +08:00
visualization_feature_map.md Fix typo in docs/en/user_guides/visualization_feature_map.md (#2951) 2023-04-26 10:57:47 +08:00