Skip to content

PyTorch implementation of AIM 2022 reverse ISP challenge by MiAlgo team.

Notifications You must be signed in to change notification settings

q935970314/AIM22-ReverseISP-MiAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIM22-ReverseISP-MiAlgo

PyTorch implementation of AIM 2022 reverse ISP challenge by MiAlgo team.

Dependencies

  • Python 3
  • PyTorch >= 1.8
  • numpy
  • cv2
  • natsort
  • glob

Test

   # Test our trained model
   
   # For s7(track1)
   python3 test.py --input_dir "path/to/input/dir" --output_dir "path/to/output/dir" --checkpoint 'ckpts/s7.pth' --blevl 0 --wlevl 1023
   #e.g.
   python3 test.py --input_dir "data/s7_test_rgb_demo" --output_dir "data/s7_test_result" --checkpoint 'ckpts/s7.pth' --blevl 0 --wlevl 1023
   
    # For p20(track2)
   python3 test.py --input_dir "path/to/input/dir" --output_dir "path/to/output/dir" --checkpoint 'ckpts/p20.pth' --blevl 60 --wlevl 1020
   #e.g.
   python3 test.py --input_dir "data/p20_test_rgb_demo" --output_dir "data/p20_test_result" --checkpoint 'ckpts/p20.pth' --blevl 60 --wlevl 1020
   

About

PyTorch implementation of AIM 2022 reverse ISP challenge by MiAlgo team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages