Open UsamaShami11 opened 1 year ago
I ran into the same problem when I tested with test_wv3_multiExm1 provided by the author, which worked just as well as yours, but I tested with the verification set a little better, but not as well as in the author's paper. If you can solve this problem, I hope you can help me. Thank you very much.
I'm using PanCollection Dataset and currently testing the DLPAN-Toolbox for WV3, so my files are
train_wv3.h5
,valid_wv3.h5
andtest_wv3.h5
and the model under evaluation is FusionNet.Upon following your guidelines, I'm able to Train the model, and results seem fine, however, whenever I Test the saved or pre-trained model, the results are too poor. i.e. Negative PSNR and Low ERGAS/SAM values, and some warnings are received too
Attached below is the output after I debug
run_test_pansharpening.py
and it seems like the code is not able to fetch the pre-trained model (or checkpoint / weights) or showing mismatch despite of giving the correct pathI even tried pasting the same checkpoint (produced during training) in the Test folder but following error was received (along with the same results as above)
Please suggest what's the solution for this, as I'm unable to reproduce the exact quoted results. Thanks!