Skip to main content

Scripts for ML structure segmentation.

Project description

### Installation

  1. create a conda environment:

`bash conda create --name mlsegmenter python=3.6 `

  1. activate your environment and do the installation within the environment:

`bash source activate mlsegmenter `

  1. Install Pytorch

Go to [PyTorch website](https://pytorch.org/get-started/locally/), and find the right installation command for you.

  • we use version 1.0 (which is the stable version at the time of our development)

  • we use Linux (OS), Conda (package), python 3.6 (Language), CUDA=9.0 (Question about CUDA? see [setup CUDA](./docs/check_cuda.md)). So, the installation command for us is

`bash conda install pytorch torchvision -c pytorch `

  1. Install Allen Cell Segmenter (deep learning part)

`bash git clone https://aicsbitbucket.corp.alleninstitute.org/scm/assay/aics-ml-segmentation.git cd ./aics-ml-segmentation pip install -e . `

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

aicsmlsegment-0.0.2-py2.py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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