Skip to content

The source code of <A Fractional Total Variational CNN Approach for SAR Image Despeckling>

Notifications You must be signed in to change notification settings

RaymondByc/FID-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idcnn - tensorflow

SAR Image Despeckling Using a Convolutional Neural Network by Tensorflow

Usage -- Change the parameters in code to make it.

The parameters for train  

MODE = "train"
OUTDIR = "output_train"
MAX_EPOCH = 200
INPUTDIR = "data_train"

The parameters for test

MODE = "test"
OUTDIR = "output_test"
INPUTDIR = "data_test"
CHECKPOINT = "output_train"

NOTICE:

The dataset need to be grey channel rather than rgb.

About

The source code of <A Fractional Total Variational CNN Approach for SAR Image Despeckling>

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages