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
467 stars 101 forks source link

In MAD, where's the util? #1

Closed chanyyyy closed 3 years ago

chanyyyy commented 4 years ago

As this line in irmad.py, from MAD.util import show_variates May be my fault, but well I couldn't find neither util nor show_variates. Hope for reply, thanks.

ChenHongruixuan commented 4 years ago

Hi🙂, the function show_variates is used for showing each band of the MAD results. You can just comment out the line. The modified code of MAD has been uploaded. Since this repository is just made up, there may exist some errors in the code. We will modify them soon.

ChenHongruixuan commented 4 years ago

Hi🙂, we have updated the code of MAD and added a test example in the Taizhou Dataset. You can find them in MAD folder.