GithubHelp home page GithubHelp logo

craterdetection's Introduction

CraterDetection

alt text

This repository implements a Convolutional Neural Network that classifies crater images on Mars. Once the network had been trained, we are able to use the sliding window method to crop a piece of a large image, send it to the classifier, and have it tell us wether a certain part of the image has a crater in it or not. We circle green for true, red for false.

This was a group project for the Big Data Analytics Course at UMASS Boston. I implemented this along with Garret Alston, Nikith AnupKumar, and Euclides Barahona.

To run the program you can do and see the classification of craters, open a terminal and do the following:

python sliding_window_detector.py tile3_24.pgm gt_tile3_24.csv Pickles/leaky_e24_0075_val0.9903-txt0.98.05.pkl

The first argument is the big image the sliding window will move over, the second is a list of crater locations and radius for the .pgm file and the third argument is a pickle of the network at a state when it had the best validation and test accuracy found.

It will take a moment for the program to load, and it will start with a smaller sized image and keep resizing, similar to an updside down pyramid. This is so the classifier can classify the smaller craters.

craterdetection's People

Contributors

flvyu avatar

Watchers

 avatar  avatar

craterdetection's Issues

dataset

Hellow actor.How could I get your dataset about Crater

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.