Skip to main content

Polygon classification MLA and example scripts.

Project description

A collection of Machine Learning (ML) Tools for object detection and classification on DG imagery.

mltools is MIT licenced.

The purpose of this repository is to enable fast prototyping of object detection and classification solutions.

At the moment, there are four modules:

  • data_extractors: functions to get pixels from georeferenced imagery;

  • feature_extractors: functions to derive feature vectors;

  • crowdsourcing: interface with Tomnod to obtain training/test/target data and to write machine output to Tomnod DB;

  • json_tools: functions to manipulate json and geojson files.

A ML algorithm (MLA) is a class with train and classify/detect functions. At the moment, the repo contains the PolygonClassifier MLA which can classify a set of polygons overlayed on a DG image.

An MLA is typically employed in a script which: - retrieves training data from Tomnod - trains the MLA - tests the MLA and computes accuracy metrics - deploys the MLA for detection or classification - writes the MLA results back to the Tomnod database.

Example scripts can be found under /examples.

Installation/Usage

Start with a fresh Ubuntu EC2 instance:

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install git python-virtualenv libpq-dev python-dev libatlas-base-dev gfortran libfreetype6-dev libpng-dev

Create a python virtual environment in your project directory:

cd my_project

virtualenv venv

. venv/bin/activate

Install GDAL:

sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable

sudo apt-get update

sudo apt-get install gdal-bin

sudo apt-get install libgdal-dev

pip install GDAL==$(gdal-config –version) –global-option=build_ext –global-option=”-I/usr/include/gdal”

Install mltools:

pip install mltools

You can now use the scripts found in /examples or create your own. Keep in mind that the imagery has to be in your project folder. Imagery in the format required by a MLA (e.g., pansharpened, multi-spectral or orthorectified) can be obtained with the gbdxtools package (https://github.com/kostasthebarbarian/gbdxtools). You need GBDX credentials to use gbdxtools.

DevOps

Clone the repo:

git clone git@github.com:kostasthebarbarian/mltools.git

cd mltools

virtualenv venv

. venv/bin/activate

Generate key:

ssh-keygen -t rsa

more .ssh/id_rsa.pub

Copy this key to github.com deploy keys for the mltools repo.

Install the requirements:

pip install -r requirements.txt

Comments

mltools is developed as part of an effort to standardize MLA design and implementation.

Here is a slide with some ideas:

https://docs.google.com/drawings/d/1tKSgFMp0lLd7Abne8CdOhb1PbdJfgCz5x9XkLwDeET0/edit?usp=sharing

The vision is to employ MLA as part of a Crowd+Machine system along the lines of this document:

https://docs.google.com/document/d/1hf82I_jDNGc0NdopXxW9RkbQjLOOGkV4lU5kdM5tqlA/edit?usp=sharing

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mltools-1.0.0.tar.gz (9.1 kB view details)

Uploaded Source

File details

Details for the file mltools-1.0.0.tar.gz.

File metadata

  • Download URL: mltools-1.0.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mltools-1.0.0.tar.gz
Algorithm Hash digest
SHA256 291f90e4df0ab6915f8757d4badf83bdc7b6ddef08976fdfb59382baa43091b1
MD5 26e492d852df9cc7e2e92f0dda9d4ea4
BLAKE2b-256 9bd49d2981e2723a8f9cd2b1070feab0d1b311bb5ce665ac3f3c982b2a7ef212

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page