gmayday1997 / SceneChangeDet

pytorch implementation of scene change detection
MIT License
233 stars 74 forks source link
change-detection contrastive-loss pytorch scene-change-detection

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.

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