• Stars
    star
    527
  • Rank 84,091 (Top 2 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Change Detection Repo Standing on the Shoulders of Giants

Introduction

Open-CD is an open source change detection toolbox based on a series of open source general vision task tools.

News

  • 4/21/2023 - Open-CD v1.0.0 is released in 1.x branch, based on OpenMMLab 2.0 ! PyTorch 2.0 is also supported ! Enjoy it !
  • 3/14/2023 - Open-CD is upgraded to v0.0.3. Semantic Change Detection (SCD) is supported !
  • 11/17/2022 - Open-CD is upgraded to v0.0.2, requiring a higher version of the MMSegmentation dependency.
  • 9/28/2022 - The code, pre-trained models and logs of ChangerEx are available. 😋
  • 9/20/2022 - Our paper Changer: Feature Interaction is What You Need for Change Detection is available!
  • 7/30/2022 - Open-CD is publicly available!

Benchmark and model zoo

Supported toolboxes:

Supported change detection model: (The code of some models are borrowed directly from their official repositories.)

Supported datasets: | Descriptions

Usage

Docs

Please refer to get_started.md in mmseg.

A Colab tutorial is also provided. You may directly run on Colab. (thanks to @Agustin for this demo) Colab

simple usage

# Install OpenMMLab Toolkits as Python packages
pip install -U openmim
mim install mmengine
mim install "mmcv>=2.0.0"
mim install "mmpretrain>=1.0.0rc7"
pip install "mmsegmentation>=1.0.0"
pip install "mmdet>=3.0.0"
git clone https://github.com/likyoo/open-cd.git
cd open-cd
pip install -v -e .

train

python tools/train.py configs/changer/changer_ex_r18_512x512_40k_levircd.py --work-dir ./changer_r18_levir_workdir

infer

# get .png results
python tools/test.py configs/changer/changer_ex_r18_512x512_40k_levircd.py  changer_r18_levir_workdir/latest.pth --show-dir tmp_infer
# get metrics
python tools/test.py configs/changer/changer_ex_r18_512x512_40k_levircd.py  changer_r18_levir_workdir/latest.pth

Citation

If you find this project useful in your research, please consider cite:

@ARTICLE{10129139,
  author={Fang, Sheng and Li, Kaiyu and Li, Zhe},
  journal={IEEE Transactions on Geoscience and Remote Sensing}, 
  title={Changer: Feature Interaction is What You Need for Change Detection}, 
  year={2023},
  volume={61},
  number={},
  pages={1-11},
  doi={10.1109/TGRS.2023.3277496}}

License

Open-CD is released under the Apache 2.0 license.

More Repositories

1

change_detection.pytorch

Deep learning models for change detection of remote sensing images
Python
331
star
2

Siam-NestedUNet

The pytorch implementation for "SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images"
Python
254
star
3

Multimodal-Remote-Sensing-Toolkit

A python tool to perform deep learning experiments on multimodal remote sensing data.
Python
81
star
4

BAN

The pytorch implementation for "A New Learning Paradigm for Foundation Model-based Remote Sensing Change Detection"
Python
74
star
5

awesome-multimodal-remote-sensing-classification

List of datasets, papers, and codes related to multimodal/multisource/multisensor remote sensing classification
70
star
6

PRCV2021_ChangeDetection_Top3

PRCV2021变化检测竞赛第三名解决方案
Python
46
star
7

SegEarth-OV

SegEarth-OV: Towards Traning-Free Open-Vocabulary Segmentation for Remote Sensing Images
Python
30
star
8

SemiCD-VL

The pytorch implementation for "SemiCD-VL: Visual-Language Model Guidance Makes Better Semi-supervised Change Detector"
Python
20
star
9

SPANet

The implementation for "Salient Positions based Attention Network for Image Classification"
Python
19
star
10

awesome-semi-supervised-segmentation

An up-to-date & curated list of awesome semi-supervised segmentation papers, methods & resources.
10
star
11

GhostNetV2-PyTorch

The PyTorch implementation of GhostNetV2. (NeurIPS 2022)
Python
9
star
12

SimFeatUp

Python
6
star
13

Baseline_for_FutureCup2020_Classification

2020未来杯高校AI挑战赛 > 图像-海洋生物探索 Baseline
Python
3
star
14

likyoo

2
star
15

RepDI

Python
2
star
16

CAMION-CVPRW2022

[CVPR DLGC, 2022] CAMION: Cascade Multi-input Multi-output Network for Skeleton Extraction
1
star