diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7078037 --- /dev/null +++ b/readme.md @@ -0,0 +1,24 @@ +## NTIRE 2025 RAW Image Reconstruction from sRGB + +竞赛连接:[CodaLab - Competition](https://codalab.lisn.upsaclay.fr/competitions/21648#participate) + +竞赛报告:[UNAFNet](https://www.overleaf.com/3135217144ppqdjsxfvfkr#be204f) + +竞赛简介:从png格式的sRGB图像恢复RAW图像。 + + + +### trian + +```shell +python train.py +``` + + + +### test + +```shell +python inference.py --folder test/ --output results/ +``` +