Bi-SRNet icon indicating copy to clipboard operation
Bi-SRNet copied to clipboard

Results 19 Bi-SRNet issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/ggsDing/Bi-SRNet/assets/102707449/39ab69aa-a1b1-4ca7-984f-dfc2ce2882e3) ![image](https://github.com/ggsDing/Bi-SRNet/assets/102707449/098f2c50-731b-4279-bbb6-7eb35a599254) How should I modify the code to resolve this error?

hello, could you make your pre trained_model public?

![Snipaste_2023-04-19_20-27-22](https://user-images.githubusercontent.com/46258228/233076151-33de0a7c-5cf8-4189-8bfb-baaa9204ff4c.png) Hi, in the BiSRNet.py, lines 149 and 154 do not correspond to the formulas (16)-(19) in the paper. Should it be changed to "energy1 = torch.bmm (q1, k1)" and...

Hello, I tried to test your proposed model on the Landsat-SCD dataset, but it didn't work well, I tried making the following changes: num_classes = 5 ST_COLORMAP = [[255,255,255], [128,128,128],...

Hello! 我在运行Eval_SCD.py时,使用second数据集,输入pred_SCD生成的Inference RGB image(im1_rgb),遇到错误 `assert unique_set.issubset(set([0, 1, 2, 3, 4, 5, 6])), "unrecognized label number" AssertionError: unrecognized label number`, 请问EVAL()函数中INFER_DIR1和LABEL_DIR1的输入应该是什么?Thanks!

Can you share the code based on the framework of DSCD-e, DSCD-l and SSCD-e?can you share Implementation code of these methods,such FC-EF...and HRSCD? Thank you very much!

在将数据集划分为训练集以及测试集的时候,验证集占比多少,是按数据集的顺序划分的还是随机抽取划分的

what does Fscd which referred in Table 1、 Table 2 and Table 3 mean? ![图片](https://user-images.githubusercontent.com/45914165/189072465-211bcc85-06d1-4d0f-9715-cc82ab2cbf0d.png) Is it the Score ? At the time of my reproduction, I didn't get the...

您好,SSCDL使用的是SGD和0.1的初始学习率,这个学习率即使是对于SGD来说也是一个比较大的初始值,但在您的网络上有着比较良好的性能,如果修改网络这个学习率将没办法发挥网络的全部性能,(即使是是使用Bisrnet时我也发现了这个问题),想请问您对这个问题有什么见解吗?还是说SGD+0.1仅仅是与SSCDL最匹配,在使用Bisrnet或者别的网络的时候还需要更换学习率和策略?

Hi, I have used your original code and run the pred_SCD.py,however, the result only has four folders:im1, im1_rgb, im2 and im2_rgb.Why has no change map in my results?Could you please...