open-cd icon indicating copy to clipboard operation
open-cd copied to clipboard

A Change Detection Repo Standing on the Shoulders of Giants

Results 72 open-cd issues
Sort by recently updated
recently updated
newest added

我注意到有部分网络模型在文献中使用的是特制的loss,但在您的代码中似乎只使用bcl或ce两种作为loss,这是否是您的疏忽?

Hello!Where can I modify the real configuration file? I modified the file under the config path, but it didn't take effect during training. Even if I changed it to my...

我使用您的changer的ckpt验证精度,具体地,我使用r18 backbone的changer验证levircd 当我使用10241024测试相应精度时 精度如下: | unchanged | 99.57 | 99.51 | 99.63 | 99.13 | 99.63 | | changed | 91.81 | 92.86 | 90.78 | 84.86 | 90.78 |...

Hello! I'm trying to train the models with a dataset that has 4 bands: Red, Green, Blue, Near-Infrared. I've tried a .tiff file format and also a .png format. The...

Thank you so much for your remarkable contributions to the field of change detection! I have successfully trained and inferred this model using the provided samples. However, I have a...

请问您是否进行过交换双时相影像顺序的效果对比。此外对于论文复现实验中的各项超参数是按照原论文指定的吗,还是根据本论文的超参数统一配置(我注意到open-cd中Changeformer的初始学习率似乎不同)。

Right now, when I run open-cd, it generates change maps on the **whole** test image pairs located in `data\LEVIR-CD\test`: `python3 tools/test.py configs/changer/changer_ex_r18_512x512_40k_levircd.py changer_r18_levir_workdir/ChangerEx_r18-512x512_40k_levircd_20221223_120511.pth --show-dir tmp_infer` How can I test in...

I created a new data file on disk D, which contains the data sets train, val and test. Why can't I find this path when running the train module

I'm trying to run the infer script from the "simple usage" section of the documentation, but I keep getting the following error: "FileNotFoundError: [Errno 2] No such file or directory:...