- Python 3.9
- PyTorch 2.0.1
- NVIDIA GPU + CUDA (https://developer.nvidia.com/cuda-downloads)
conda create -n git python=3.9
conda activate git
pip install -r requirements.txt
-
test datasets in location
test_img
. -
Test the MI, VIF, Qabf, SSIM metrics on the six test sets
python test.py
-
The output images are in
results/
.