Skip to content

Larry-Zheng/Change-Detection-in-Remote-Sensing-Images

This branch is up to date with dsqx71/Change-Detection-in-Remote-Sensing-Images:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 1, 2017
8541371 · Nov 1, 2017

History

14 Commits
Oct 29, 2017
Nov 1, 2017
Nov 1, 2017
Oct 29, 2017
Nov 1, 2017
Oct 29, 2017
Nov 1, 2017
Oct 30, 2017
Oct 31, 2017
Nov 1, 2017
Nov 1, 2017
Oct 31, 2017
Nov 1, 2017

Repository files navigation

Change Detection in Remote Sensing

Project Organization

  • main: Pipeline for training and evaluation
  • config: Model config and file paths
  • checkpoint: MXNet checkpoint files
  • data: Rawdata and temporal data
  • Pretrain_model: pretrained model file
  • model: MXNet Symbols of VGG16, Resnet
  • utils.preprocessing: Utility function for preprocessing, such as PCA, Rescaling.
  • utils.io: Utility function for I/O
  • utils.filter: Weighted median filter
  • utils.label_data: A handy tool for labeling data manually.

Requirements

  • Apache MXNet 0.12.0
  • python 2.7

Usage

python main.py --model vgg16 --opt sgd --lr 1e-5 --t1 0.2 --t2 0.99 --epoch 0 --num_epoch 100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%