NAFNet/.gitignore
Ranjan Debnath cf36476ea3 Added necessary code changes and merged with repo https://github.com/XPixelGroup/BasicSR for inference of below paths
python basicsr/demo.py -opt options/test/SIDD/NAFNet-width64.yml --input_path ./demo/noisy.png --output_path ./demo/denoise_img.png
python basicsr/demo.py -opt options/test/REDS/NAFNet-width64.yml --input_path ./demo/blurry.jpg --output_path ./demo/deblur_img.png

Signed-off-by: Ranjan Debnath <ranjandebnath.rd@gmail.com>
2024-04-20 12:47:29 +05:30

11 lines
106 B
Plaintext

.DS_Store
.idea/*
experiments
logs/
*results*
*__pycache__*
*.sh
datasets
basicsr.egg-info
.eggs/*
build/*