Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 715 Bytes

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

训练过程