Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow/train bsds300 #141

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2024

  1. 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 <[email protected]>
    Desmond00 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    cf36476 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Codeflow for training with BSDS300 dataset

    iSigned-off-by: Ranjan Debnath <[email protected]>
    Desmond00 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    273bd48 View commit details
    Browse the repository at this point in the history