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

请问训练完成后的模型该如何导出成通用模型呢,例如onnx格式或者torchscript格式。 我尝试了使用了TPP项目(https://github.com/KyanChen/TTP)进行训练和导出,但TTP的项目中导出模型的脚本似乎无法正常导出,open-cd是否支持模型导出?

Hello, thank you for your work. I have generated the onnx model using export.py, and then how to use this onnx model for inference? The mmlab code cannot be used...

Opencd is cool. And I try to use the ‘export.py to transfer .pth model into onnx. with this: `python3 tools/export.py --config ./work_dirs/changer_ex_eva_256x256_levircd/changer_ex_eva_256x256_levircd.py --checkpoint ./work_dirs/changer_ex_eva_256x256_levircd/best_mIoU_iter_29000.pth` the error occurs ``` INFO:opencd:Namespace(config='/root/cd_test/rs-pangu-cd/code/work_dirs/changer_ex_eva_256x256_levircd/changer_ex_eva_256x256_levircd.py', checkpoint='/root/cd_test/rs-pangu-cd/code/work_dirs/changer_ex_eva_256x256_levircd/best_mIoU_iter_29000.pth',...

Hello, I have installed the environment twice and it always shows what's going on. ModuleNotFoundError: No module named 'opencd Please reply

![图片1](https://github.com/likyoo/open-cd/assets/107612095/44ac6642-5d35-4873-9196-fa6b4c8b146b) ![图片2](https://github.com/likyoo/open-cd/assets/107612095/5c6e44d3-982f-4843-af47-f3bf8e690061)

您好,可以向您请教一下有关网络的Grad-cam可视化的问题吗,文章中是如何实现可视化的吗,我找了您发的相关代码,好像里面没有涉及到该内容。

作者您好,我复现了您的工作,并达到了预期的效果,但是我在调试changer_ex_r18_512x512_40k_levircd.py时,发现似乎没有使用AD模块,请问是否有changeAD模型?

I'm trying to train ChangeFormer via open-cd and as an argument I'm passing the file _changeformer_mit-b0_256x256_40k_levircd.py_ , where there is a _checkpoint_ variable with a link assigned to it. After...

how can I use pretrained model weights in model training?

when I test the pre-trained S2Looking model on my own dataset, it doesn't working. Is it not possible to apply pretrained models to different datasets? Do I need to train...