Skip to content

Code is for our paper "Change Detection from Synthetic Aperture Radar Images Based on Channel Weighting-Based Deep Cascade Network".

Notifications You must be signed in to change notification settings

OUCTheoryGroup/SAR_CD_DCNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code is for our paper "Change Detection from Synthetic Aperture Radar Images Based on Channel Weighting-Based Deep Cascade Network".

If you have any questions, please contact us. Email: [email protected] [email protected]

Before running this code, you should correctly install ubuntu system and CAFFE framework. Refer to this guildeline "http://caffe.berkeleyvision.org/installation.html" After correctly installing ubuntu and caffe, you can run this code by the following procedures.

(1) The farmland dataset (LMDB format) is prepared on "https://share.weiyun.com/5M2gyVd".

(2) Opening the terminal and running this script to execute the training of DCNet: "sh train.sh". Then, training model named “***.caffemodel” can be obtained.

(3) Running the following script to executes the testing of DCNet and record testing logs: "sh test.sh".

(4) Final change map can be calculated by "Calculating_result.m".

About

Code is for our paper "Change Detection from Synthetic Aperture Radar Images Based on Channel Weighting-Based Deep Cascade Network".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 78.5%
  • C++ 12.6%
  • MATLAB 4.7%
  • Shell 4.2%