Git Product home page Git Product logo

deepcraters's Introduction

DeepCraters

Lunar impact craters identification and age estimation with Chang'E data by deep and transfer learning

DeepCraters is a pipeline for training a convolutional neuralnetwork (CNN) to identify impact craters on the Moon and training a dual-channel impact crater age estimation model to classify the impact craters identified before.

Getting Started

Overview

The DeepCraters pipeline trains a impact craters identified model and age estimatiom model using data derived from CE-1 and CE-2 DOM and DEM image data and catalogue of craters. The code is divided into two parts. The first trains a impact craters identified model with R-FCN [the details can be found in the subfile craters_detection/]; The second trains a dual-channel impact crater classification model using craters with constrained ages and craters detected without age.

Data Sources

NOTE: All the craters with constrained ages in 'II' are contained in 'III'.

The craters used for 'ctaters detection' can be find in /craters_detection/data_list/, and the craters with constrained ages used for 'age estimatiom' can be find in /age_estimation/data_list/.

Running DeepCraters

Each part of DeepCraters has the corresponding script:

  • part 1 (craters_detection):
    RFCN_ROOT/experiments/scripts/moon_rfcn_end2end.sh for build and train the detection model,
    RFCN_ROOT/tools/rfcn_test_Moon_Detect.py to generate a crater atlas of study area.
    The more details can be find in README for Craters Detection.

  • part 2 (age_estimation):
    train_moon_age_estimation.py for build and train the age estimation model,
    pred_dete_moon_age_estimation.py to predict the age of all craters detected in part 1.
    The more details can be find in README for Age Estimation.

We recommend copying these scripts into a new working directory (and appending this repo to your Python path) instead of modifying them in the repo.

License

DeepCraters is free software made available under the MIT License. For details see the LICENSE.md file.

deepcraters's People

Contributors

hszhaohs avatar

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.