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

FCN-CD-PyTorch

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Bobholamovic authored
    0e08f673
    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

    Basic Usage

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

    For training, try

    python train.py train --exp-config ../config_base.yaml

    For evaluation, try

    python train.py val --exp-config ../config_base.yaml --resume path_to_checkpoint

    You can find the checkpoints in exp/base/weights/, the log files in exp/base/logs, and the output change maps in exp/outs.