SRGCAE icon indicating copy to clipboard operation
SRGCAE copied to clipboard

[IEEE TGRS 2022] Unsupervised Multimodal Change Detection Based on Structural Relationship Graph Representation Learning

Results 3 SRGCAE issues
Sort by recently updated
recently updated
newest added

你好,我用你的代码在曙光数据集上进行试验,效果远不如你的,我对比生成的差分图,在局部关系上差分图效果特别差,而且DI融合得到的结果比后处理后的结果要好,请问你在实验中调整什么参数了吗?

Traceback (most recent call last): File "/home/dww/OD/others/SRGCAE-master/train_SRGCAE_Local.py", line 153, in train_model(args) File "/home/dww/OD/others/SRGCAE-master/train_SRGCAE_Local.py", line 76, in train_model feat_t1 = GCAE_model(node_t1, norm_adj_t1) File "/home/dww/anaconda3/envs/detection/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl return forward_call(*input, **kwargs)...

The following are the results I obtained after executing the file train_SRGCAE_Local.py. ![SRGCAE_EdgeConc_DI](https://github.com/user-attachments/assets/8157b1f1-85bc-42cb-8f8d-f2c4a9c03d22) ![SRGCAE_EdgeConc_1725586470 5939867](https://github.com/user-attachments/assets/88bafcf6-8933-440e-b210-02414ccb826b) I didn't adjust the parameters; why is the performance so poor?