Ignacio Arganda-Carreras
Results
2
issues of
Ignacio Arganda-Carreras
So far, only PSNR is implemented. Possible metrics to include are: - SSIM - MAE - MSE - Perceptual metrics - ... @IvanHCenalmor
enhancement
I'm trying to load some images from a directory using this code: ```python # load data X_test, *_ = load_data_from_dir(cfg.DATA.TEST.PATH, is_3d=True) Y_test, *_ = load_data_from_dir(cfg.DATA.TEST.GT_PATH, is_3d=True) ``` And I get...
bug