guihaik / Denoise_ZX2022

中兴捧月算法精英挑战赛 - 图像去噪,线上成绩52.06

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2022 中兴捧月大赛(多媒体赛道)-图像去噪Uformer

Tree

demo_code/
data/
|-- dataset/
|-- |-- ground truth/
|-- |-- noisy/
|-- result/
|-- |-- algorithm/
|-- |-- data/
|-- testset/
|-- valset/
|-- |-- ground truth/
|-- |-- noisy/
models/

Train

python train.py

Test

cd ..
python ./demo_code/testTorch.py --input_path data/testset/ --ground_path data/testset/
python ./demo_code/testTorch.py --input_path ./data/valset/noisy/ --ground_path ./data/valset/ground_truth/

图像有点大,在cpu上进行测试的

模型训练加载好多次得到最后的结果

About

中兴捧月算法精英挑战赛 - 图像去噪,线上成绩52.06


Languages

Language:Python 99.2%Language:Shell 0.8%