mmsegmentation/docs/en
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
..
_static [Docs] Refactor the structure of documentation (#1128) 2021-12-16 18:56:45 +08:00
advanced_guides [Doc] update doc link (#2863) 2023-04-13 19:21:19 +08:00
device [DOC] update link in NPU DOC (#2610) 2023-02-16 17:43:18 +08:00
migration [Doc] Update version info in doc (#2851) 2023-04-06 16:49:56 +08:00
notes bumpv1.0.0 (#2849) 2023-04-06 17:24:57 +08:00
user_guides [Feature] Add GDAL backend and Support LEVIR-CD Dataset (#2903) 2023-05-08 20:09:33 +08:00
Makefile [Docs] Refactor the structure of documentation (#1128) 2021-12-16 18:56:45 +08:00
api.rst [Doc] Refine MMSegmentation documentation (#2668) 2023-03-03 14:51:38 +08:00
conf.py [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
get_started.md [Feature] Add GDAL backend and Support LEVIR-CD Dataset (#2903) 2023-05-08 20:09:33 +08:00
index.rst [NPU] add npu result (#2596) 2023-02-15 12:03:01 +08:00
make.bat [Docs] Refactor the structure of documentation (#1128) 2021-12-16 18:56:45 +08:00
model_zoo.md [Doc] Refine doc and fix links (#2821) 2023-03-31 16:26:30 +08:00
modelzoo_statistics.md [Doc] Refine doc and fix links (#2821) 2023-03-31 16:26:30 +08:00
overview.md [Doc] Refine doc and fix links (#2821) 2023-03-31 16:26:30 +08:00
stat.py [Refactor] Add pyupgrade pre-commit hook (#2078) 2022-09-19 14:06:29 +08:00
switch_language.md [Doc] update doc link (#2863) 2023-04-13 19:21:19 +08:00