Giter Site home page Giter Site logo

inselect's Introduction

Inselect

Travis status

A tool for the semi-automated segmentation and annotation of scanned images of museum specimen trays.

You can download the latest release of Inselect for Windows, for Mac and the Python source from our Project page.

Windows development environment

  • Install git ;
  • Download the latest build of Anaconda, Python 2.7.x build, and install using default options;
  • Download OpenCV (2.x version) and extract the archive;
  • Copy the file <open cv extract root>/build/python/2.7/x86/cv2.pyd to <anaconda root>/Lib/site-packages (Replace x86 by 64 as appropriate);
  • Get the Inselect source:
git clone https://github.com/NaturalHistoryMuseum/inselect.git
cd inselect
python inselect.py

To build the Windows installer

pip install cx_Freeze
build.bat

The installer will in the dist directory.

OS X development environment

  • Install git ;
  • Download the latest build of Anaconda, Python 2.7.x build, and install using default options ;
  • Install precompiled OpenCV package:
conda install -c https://conda.binstar.org/jjhelmus opencv
  • Install other dependencies:
conda install PySide
  • Get the Inselect source:
git clone https://github.com/NaturalHistoryMuseum/inselect.git
cd inselect
./inselect.py

To build the OS X installer

Install homebrew.

pip install pyinstaller
brew install upx
./build.sh

Ubuntu 12.04-LTS development environment

apt-get install python-pip git python-pyside python-opencv python-numpy python-scipy python-matplotlib python2.7-dev
git clone https://github.com/NaturalHistoryMuseum/inselect.git
cd inselect
./inselect.py

Toolbar icons in the compiled application,

If the toolbar icons in inselect/data change then you need to refresh a Python file:

pyside-rcc icons.qrc > inselect/gui/icons.py

This taken from a stackoverflow thread

License

Inselect is Copyright (c) 2014, The Trustees of the Natural History Museum, London and licensed under the Modified BSD License. See the LICENSE file for more information.

inselect's People

Contributors

quicklizard99 avatar holtzhau avatar stefanv avatar aliceh75 avatar llivermore avatar

Watchers

James Cloos avatar Ben Price 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.