hunchteller
Results
2
comments of
hunchteller
~~~ from scipy.io import loadmat from utils.metrics import PSNR import numpy as np import torch pr = loadmat('Experiments/bots_download/final_prediction.mat') print(pr.keys()) total_psnr = [] for k in pr.keys(): if 'botswana' in k:...
@wgcban Thank you for your reply. In the botswana4 dataset, the value seems to be 7365 (8000 is for botswana dataset), and the original mat file is clipped under 7365...