open-cd
open-cd copied to clipboard
A Change Detection Repo Standing on the Shoulders of Giants
在使用该框架复现DSIFN数据集结果时,用了Bit模型、FC系列模型,都会出现test数据的评价指标很低
环境: * python: 3.9.0 * torch: 1.10.1 * mmcv: 2.1.0 * mmsegmentation: 1.2.2 * opencd: 1.1.0 scd_upernet在SECOND数据集上训练,但在验证的时候分数为NaN。 log日志如下: ```bash 2024/04/26 10:57:47 - mmengine - INFO - ------------------------------------------------------------ System environment: sys.platform:...
04/28 22:17:45 - mmengine - WARNING - Failed to search registry with scope "opencd" in the "optimizer wrapper constructor" registry tree. As a workaround, the current "optimizer wrapper constructor" registry...
在open-cd里面跑完某个模型后,这个模型的参数那些被保存在哪里了
Hi, is there any docker image for this repo?
11/30 19:25:46 - mmengine - WARNING - Failed to search registry with scope "opencd" in the "optimizer wrapper constructor" registry tree. As a workaround, the current "optimizer wrapper constructor" registry...
李老师您好,我看到opencd库中的**TinyCDv2**模型,想找原文阅读一下,但检索了Web of Science和arXiv都没找到,请问在哪个网站可以获取这篇文章呢,谢谢
李老师您好,我在训练tinycd模型的时候,每当epoch来到101时,学习率就会衰减为0,请问这是什么原因啊