shuangxu96 / GPPNN

25 stars 5 forks source link

How to improve performance? What parameters to customize? #3

Open KSJhon opened 2 years ago

KSJhon commented 2 years ago

Dear @xsxjtu!

Sorry for interrupting you. I tried to customize your code to test on Quickbird and Worldview3 satellites. I generated 8000 pairs of training images, in which the patch size is 128x128 for PAN image and 32x32 for LRMS image. After training GPPNN using my training set, I tested with the test set, but it works poorly. It is to say, it outperforms other traditional benchmarks but is even worse than early DL work like PanNet.

What parameters can I customize?

Best regards.

KSJhon commented 2 years ago

I have set the training epochs to 1000. Is it the statement in your code too strong?