Skip to content
Snippets Groups Projects
  1. Jul 04, 2023
  2. May 08, 2023
    • zoulinxin's avatar
      [Feature] Add GDAL backend and Support LEVIR-CD Dataset (#2903) · 77591b9e
      zoulinxin authored
      ## 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: default avatarxiexinch <xiexinch@outlook.com>
      77591b9e
  3. Apr 06, 2023
  4. Mar 31, 2023
  5. Mar 07, 2023
  6. Feb 23, 2023
  7. Nov 01, 2022
  8. Oct 12, 2022
  9. Oct 08, 2022
  10. Aug 31, 2022
    • Miao Zheng's avatar
      [Refactor] Refine documentation (#1993) · 309528de
      Miao Zheng authored
      * [WIP] Refine documentation
      
      * get started done
      
      * config refine
      
      * train_test
      
      * refine user guides
      
      * add contribution
      
      * add contribution
      
      * refine visualization
      
      * advanced tutorial
      
      * advanced guides
      
      * tricks
      
      * refine zh doc
      
      * refactor changelog
      309528de
  11. Jul 12, 2022
  12. Jul 05, 2022
  13. May 01, 2022
  14. Apr 29, 2022
  15. Apr 19, 2022
  16. Apr 04, 2022
  17. Apr 01, 2022
  18. Mar 04, 2022
    • MengzhangLI's avatar
      Bump v0.22.0 (#1347) · 67e0f9dd
      MengzhangLI authored
      * change version to v0.22.0
      
      * change version to v0.22.0
      
      * add mmcls version in get_started.md
      
      * add mmcls installation and move PR1299 into enhancement
      
      * add mmcls installation and move PR1299 into enhancement
      
      * remove MMCLS and make mmcv <=1.5.0 version in get_started.md
      
      * fix typo
      67e0f9dd
  19. Feb 15, 2022
  20. Jan 29, 2022
    • MengzhangLI's avatar
      Bump v0.21.0 (#1258) · a83f715b
      MengzhangLI authored
      * change version to v0.21.0
      
      * change version to v0.21.0
      
      * change version to v0.21.0
      
      * change version to v0.21.0
      a83f715b
  21. Dec 16, 2021
    • MengzhangLI's avatar
      [Docs] Refactor the structure of documentation (#1128) · 4a90241f
      MengzhangLI authored
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * fix launch utility url
      
      * fix launch utility url
      
      * fix wrong pytorch doc url
      
      * remove wrong links docs//
      4a90241f
  22. Dec 10, 2021
    • MengzhangLI's avatar
      Bump v0.20.0 (#1124) · 520372ee
      MengzhangLI authored
      * change version to v0.20.0
      
      * change version to v0.20.0
      
      * change version to v0.20.0
      520372ee
  23. Dec 09, 2021
  24. Nov 02, 2021
  25. Oct 07, 2021
  26. Sep 16, 2021
  27. Sep 15, 2021
    • sennnnn's avatar
      [Fix] Convert SyncBN to BN when training on DP (#772) · 9ac053f4
      sennnnn authored
      * [Fix] Convert SyncBN to BN when training on DP.
      
      * Modify SyncBN2BN.
      
      * Add SyncBN2BN unit test.
      
      * Resolve some comments.
      
      * use mmcv official revert_sync_batchnorm
      
      * Remove local syncbn2bn unit tests.
      
      * Update mmcv version.
      
      * Fix bugs of gather model tools.
      
      * Modify warnings.
      
      * Modify docker mmcv version.
      
      * Update mmcv version table.
      9ac053f4
  28. Sep 01, 2021
  29. Aug 04, 2021
  30. Jul 06, 2021
  31. Jul 05, 2021
  32. Jul 04, 2021
  33. Jul 01, 2021
  34. Jun 18, 2021
  35. May 17, 2021
  36. Mar 28, 2021
  37. Mar 23, 2021
Loading