Skip to content
Snippets Groups Projects
Select Git revision
  • 3e76ef87c5bd74d197de3765a5bcb48889e6e81e
  • master default protected
  • github/fork/Bobholamovic/master
3 results

FCN-CD-PyTorch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Lin Manhui authored and GitHub committed
    Create LICENSE
    3e76ef87
    History

    Fully Convolutional Siamese Networks for Change Detection

    This is an unofficial implementation of the paper

    Rodrigo Caye Daudt, Bertrand Le Saux, Alexandre Boulch. (2018, October). Fully convolutional siamese networks for change detection. In 2018 25th IEEE International Conference on Image Processing (ICIP) (pp. 4063-4067). IEEE.

    as the official repo does not provide the training code.

    paper link

    Usage

    # The network definition scripts are from the original repo
    git clone --recurse-submodules git@github.com:Bobholamovic/FCN-CD-PyTorch.git   
    cd src
    python train.py train --exp-config ../config_base.yaml