Code Monkey home page Code Monkey logo

chenhongruixuan / changedetectionrepository Goto Github PK

View Code? Open in Web Editor NEW
449.0 449.0 98.0 241.32 MB

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.

License: MIT License

Python 100.00%
change-detection deep-learning image-processing multi-temporal python remote-sensing

changedetectionrepository's People

Contributors

chenhongruixuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

changedetectionrepository's Issues

In MAD, where's the util?

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.

2000TM

Hello, @ChenHongruixuan , thank you for making your work public.
I don't understand well the file '2000TM' in Dataset\Landsat\TaiZhou, what does it means and how should I get it using my dataset?
Thank you for your answer.

Inconsistency results with SFA

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.

Are there some errors in MAD?

In irmad.py, line 51:
eigenvector_Y = np.dot(np.dot(inv(sigma_22), sigma_21), eigenvector_X) # the eigenvector of image Y
I suppose the eigenvector of image Y should be divided by the eigenvalue, according to equations in the common way of solving CCA.
eigenvector_Y_ =np.dot(np.dot(inv(sigma_22), sigma_21), eigenvector_X) /eigenvalue
Am I wrong or it's an error in code ?
Hope for your reply, and I'll be very thankful.

Where is KPCA-Mnet code?

I'm looking for KPCA-Mnet's code. however I can't find any codes in this repository.
Even in the link that you annotated at KPCA-Mnet, There's no any .py files neither.
Is it hidden by some of reason?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.