MyuLi / SST

41 stars 9 forks source link

BandMinMaxQuantileStateful #2

Open SuperQiang-boop opened 1 year ago

SuperQiang-boop commented 1 year ago

Dear author, Thanks for the code. In (mat_data.py) there is a line of code that is 'from utility.util import minmax_normalize,BandMinMaxQuantileStateful', but I didn't find (BandMinMaxQuantileStateful) in util.py,thank you for your reply!

MyuLi commented 1 year ago

Thank you for your error report. I updated the content of utility/util. Please check whether you can generate data after the update.

SuperQiang-boop commented 1 year ago

Dear author, When I trained the WDC dataset with sigma=25, the first epoch model converged, but the PSNR was negative, have you ever had a similar situation?Thanks for your reply!

MyuLi commented 1 year ago

I also encountered this situation during early training, which should be related to the calculation method of psnr during training in the code. Generally, it can quickly become a positive number. In addition, different initialization methods may also have some impact.

SuperQiang-boop commented 1 year ago

请问你的训练集生成多少64x64x31的patch块?

MyuLi commented 1 year ago

icvl数据集上是53000个patch

SuperQiang-boop commented 1 year ago

您好,再次打扰了。请问测试集的话是用的icvl_test.txt里的数据吗?裁剪为512x512x31是怎样裁剪的呀?感谢回复!

MyuLi commented 1 year ago

是的。论文的结果是使用中心裁剪的方式得到的,但室内场景裁剪出来有一些重复。可以将室内场景部分的图在中下部分进行裁剪,其余图居中裁剪。测试结果上来看,没有较大区别