FID-CNN icon indicating copy to clipboard operation
FID-CNN copied to clipboard

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

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.