Git Product home page Git Product logo

change_detection_in_sar_images's Introduction

This is the architecture

(Cleaned) image of day 0

predicted image of day 6

Difference of the whole image.


Due to space constraints I couldn't upload all images and other files from this repo.

Note that 2 teams worked on the same problem, so in some submissions one will find the other teams result. Our team is Team-A / Team-1.


Code description: Global_Info: The main file is called Global_Info It contains all the settings that you can change. They are usually described significantly enough for you to understand.

create_dataset: -contains main will create the dataset for you

CreateDatasetWorker: Don't ask why, I threaded the creation of the database.

cut_water: -contains main will cut of water of some given images

evaluate_period: -contains main will evaluate an entire period and create a CSV file with mse and so on for that period

evaluation: -contains main will evaluate file pairs for you. It will create the diff image and predicted image and so on in the folder: branches/#branch_name/predictions

file_pair_creator: Has multiple ways of creating file pairs for you. Note that under database/cleaned_data.csv are the cleaned data for us (the once that are not shifted).

Helper: Some small helper functions

image_manipulation: Some small helper functions to manipulate images

layer_block_creator: Some small helper functions to create the ley_net

ley_net: -contains main Creates the ANN.

load_database: Loads the database for training.

NormalizeDate: Normalizes the data.

PointsAndRectangles: Some computation for points and rectangles. copied and modified from https://wiki.python.org/moin/PointsAndRectangles

resnet: copied from https://github.com/keras-team/keras-contrib/blob/master/keras_contrib/applications/resnet.py

resume_training: -contains main Resumes the training


Git Description:

Branches start with increasing numbers, then follows a small description. In Repo you will find a document called Experiments.txt which has a small summation of everything I did.


Folder description:

Branches: Here you find results of the given experiment. In the subfolder models you can find the used model, an image of the model and maybe some in between results. In the subfolder predictions you can find important predictions for this experiment.

Database: Data can be obtained directly from me or you run the creation of data again. Use code instructions to do so.

lui_net: you can find the newest code. (I wanted to rename it to ley_net, but PyCharm didn’t want me to).

change_detection_in_sar_images's People

Contributors

luifire avatar

Stargazers

yuaner avatar Robin Cole avatar  avatar  avatar Jason avatar

Watchers

 avatar

Forkers

geonamsoil

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.