open-cd
open-cd copied to clipboard
A Change Detection Repo Standing on the Shoulders of Giants
Hi, thank you for your great work! I am validating several change detection models with my data. However, when I experimented with the official code, the changeformer didn't learn properly,...
add the benchmark tool
开发者你好,我在运行BIT的测试部分时(python tools/test.py configs/bit/bit_r18_256x256_40k_levircd.py changer_r18_levir_workdir/last_checkpoint --show-dir tmp_infer),遇到如下问题,希望开发者能帮助解决,谢谢: Traceback (most recent call last): File "/remote-home/clwei/WCL/CD/open-cd-1.x/tools/test.py", line 115, in main() File "/remote-home/clwei/WCL/CD/open-cd-1.x/tools/test.py", line 111, in main runner.test() File "/remote-home/clwei/anaconda3/envs/py39/lib/python3.9/site-packages/mmengine/runner/runner.py", line 1750, in test...
I appreciate your work. How can I convert a well-trained pth model into an onnx format model that is easy to deploy,Looking forward to receiving your assistance. Thank you.
您好,想问一下,用的是snunet跑levir-cd数据集,现在我想在每次读取了bitch-size张图像之后,图像还没有进入网络中的时候,我想对这些图像进行操作,我应该在哪里添加代码呢
Hey I'm getting this error on running infer command: ``` Traceback (most recent call last): File "tools/test.py", line 10, in import mmcv ModuleNotFoundError: No module named 'mmcv' ``` and when...
hi, i found something interesting about Changer when i repeat the exp on another dataset. In Changer, it seems that H and W of the feature map is very smaller...
大佬你好,二分类变化检测模型是否都可以改造为语义变化检测模型?
How can I learn from a tif file in Change detection? The directory configuration is the same, but it is a tif file, not a png file. I want to...
torch.onnx.errors.SymbolicValueError: Unsupported: ONNX export of instance_norm for unknown channel size. [Caused by the value 'input.411 defined in (%input.411 : Float(*, *, *, *, strides=[3276800, 25600, 160, 1], requires_grad=0, device=cpu) =...