Skip to content

antct/IRCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRCNN

滤波

滤波处理代码

逆谐波均值滤波

IHMeans代码

$ python IHMeans.py --input A

CNN

DnCNN IRCNN

数据集

CIFAR-10数据集

模型训练

$ python main.py --phase train --percent 0.4 --channel_num 3 --model_type=ircnn

模型测试

$ python main.py --phase test --channel_num 3 --input B --model_type=ircnn

训练过程