-
Hi, can you share your test spectral data? We want to know the effect of reconstruction, but we have no spectral data corresponding to the "test_realworld"
-
Hi,
How about the PSNR/SSIM results of this model on the standard 5 datasets (i.e., EPFL, HCInew, HCIold, INRIA, STFgantry) for 2x and 4x SR?
Best,
Yingqian
-
I tried to test your model with my images and wrote some code but result is awful !
can you check and say what is my mistake?
First i add dataset.py :
```
import os
import numpy as np
import s…
-
Nice work.While, the model structure is not clear according the paper downloaded from arxiv. According the code in main_4x.py, the model ABPNv5 is the used model, which is far from the model described…
-
请问作者,从代码看,你们训练用的验证集和测试用的测试集是同一个,这样测试集就是已经见过的数据,其测试结果如何能证明模型真实的泛化能力呢?
-
### Authur 筆者
### Motivation なぜやろうとしたか
### Method 手法
### Insight 結果
### Contribution 貢献の要約
***
### Keyword 新しいキーワードなど
### Unknown 何が今だ不明か
### Reflection 考察
### Reference 関連研…
-
您好,论文中提到MVSR训练集为280个数据,下载了您提供的数据集,训练集只有200个数据,请问可以提供剩余的训练集吗?
-
-
I can only set burst_size=4.
If burst_size is set 8 or 16, it will be out of memory right?
Is that because the model is too big?
-
Hello,
I am currently trying to use the NAFSSR Repo and your model to replicate the results.
I placed your _net.py file under the archs folder and the pretrained model under experiments/pre_traine…