Skip to content

pytorch implementation of scene change detection

License

Notifications You must be signed in to change notification settings

luhan11/SceneChangeDet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully Convolutional Siamese Network for Scene Change Detection

img1

Requirements

Datasets

This repo is built for scene change detection. We report the performance on three datasets.

06/12/2018 update

We have uploaded the modified CD2014 dataset to [baiduyun][googledrive], if you find cd2014 dataset is useful for your research, please cite the paper:

@inproceedings{Goyette2012changedetection,
  title={changedetection.net: A New Change Detection Benchmark Dataset},
  author={Goyette, Nil and Jodoin, Pierre Marc and Porikli, Fatih and Konrad, Janusz and Ishwar, Prakash},
  booktitle={Computer Vision and Pattern Recognition Workshops},
  pages={1-8},
  year={2012},
}

Directory Structure

File Structure is as follows:

$T0_image_path/*.jpg
$T1_image_path/*.jpg
$ground_truth_path/*.jpg

Pretrained Model

Backbone model, which is deeplabv2 [baiduyun] [googledriver]in our work, is available, you should download it and put it to /pretrain

Pretrained models for PCD2015 and VL_CMU_CD also have been available.

Training

cd $SCD_ROOT
python train.py

Please consider citing this paper, if you find this repo is useful in your research :

@article{guo2018learning,
    title={Learning to Measure Change: Fully Convolutional Siamese Metric Networks for Scene Change Detection},
    author={Guo, Enqiang and Fu, Xinsha and Zhu, Jiawei and Deng, Min and Liu, Yu and Zhu, Qing and Li, Haifeng},
    journal={arXiv preprint arXiv:1810.09111},
    year={2018}
}

About

pytorch implementation of scene change detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%