ChenHongruixuan / ChangeDetectionRepository

This repository contains some python code of some traditional change detection methods or provides their original websites, such as SFA, MAD, and some deep learning-based change detection methods, such as SiamCRNN, DSFA, and some FCN-based methods.
MIT License
468 stars 100 forks source link

Inconsistency results with SFA #5

Closed lauraset closed 2 years ago

lauraset commented 2 years ago

Hi, @I-Hope-Peace . Thank you for your grear work. When I tested the traditional methods, the result of SFA is inconsistency with that provided by you. Here, I present the result I generated: image

Do you know why it happened? Thank you very much.

ChenHongruixuan commented 2 years ago

The visualization of this result is very good and the accuracy should not be low, perhaps you could adjust the hyperparameters.

lauraset commented 2 years ago

Thank you very much.