zhengchen1999 / CAT

PyTorch code for our NeurIPS 2022 paper "Cross Aggregation Transformer for Image Restoration"
Apache License 2.0
116 stars 8 forks source link

Is there training yaml on real denoising task? #1

Closed cswry closed 1 year ago

cswry commented 1 year ago

Hello, CAT is a nice work.

There seems to be the training yaml on real denoising task missing from the code.

Could you share it?

zhengchen1999 commented 1 year ago

Hi. Thanks for your interest in our work. For real world denoising, the training code is built on Restormer. The training yaml is in restormer/options/. The training detail is in Training. If you have any other problem, please let us know. Thanks.

cswry commented 1 year ago

OK! Thank you!