Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenpan0615/FCCDN_pytorch

The pytorch implemention of FCCDN for change detection task
https://github.com/chenpan0615/FCCDN_pytorch

Last synced: about 2 months ago
JSON representation

The pytorch implemention of FCCDN for change detection task

Awesome Lists containing this project

README

        

# FCCDN
This repo is the official implementation of ["FCCDN: Feature Constraint Network for VHR Image Change Detection."](https://arxiv.org/abs/2105.10860)

![LEVIR_CD](images/7.png)

## Dependencies

> pytorch==1.7.1
> albumentations==0.5.2
> numpy==1.19.2
> gdal==2.3.3

## TODO List
- [x] networks
- [x] loss
- [ ] augmentation
- [ ] train
- [x] test
- [ ] Getting started

## Datasets
Users can find the datasets used in this publication in the following locations:
LEVIR CD Dataset: https://justchenhao.github.io/LEVIR/
WHU Dataset: http://gpcv.whu.edu.cn/data/building_dataset.html

## Citation
If you find this work interesting in your research, please cite:

@article{chen2021fccdn,
title={FCCDN: Feature Constraint Network for VHR Image Change Detection},
author={Chen, Pan and Hong, Danfeng and Chen, Zhengchao and Yang, Xuan and Li, Baipeng and Zhang, Bing},
journal={arXiv preprint arXiv:2105.10860},
year={2021}
}