ssywzzc / FID-CNN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>


Languages

Language:HTML 64.9%Language:Python 35.1%