Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Rapid image labeling for data-driven Earth science discovery.

License

Notifications You must be signed in to change notification settings

dbuscombe-usgs/EarthAnnotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EarthAnnotator

Rapid image labeling for data-driven Earth science discovery.

A tool for web-based image annotation and efficient labeling pixels in images

Implements a rapid technique, described by Buscombe & Ritchie, (2018), for dense image labeling based on limited manual annotations.

Credits: Thanks to code contributions from Colin Talbert and Rich Signell

Run online through your browser:

Binder

Example instructional video here

Install on your own computer

First, if you're a regular conda user, you should start by doing some housekeeping:

conda clean --all
conda update anaconda
conda update conda
conda update --all

Clone the repository:

git clone https://github.com/dbuscombe-usgs/EarthAnnotator.git
conda config --remove channels conda-forge

Create a conda environment:

conda config --add channels conda-forge
conda env create -f binder\environment.yml

Activate the conda environment (called EA):

conda activate EA
conda config --remove channels conda-forge

Add the kernel to jupyter:

python -m ipykernel install --user --name EA --display-name "Python (earthannotator)"

Have a look at the kernels

jupyter kernelspec list

Run the notebook (shows up in your web browser):

jupyter notebook

About

Rapid image labeling for data-driven Earth science discovery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages