Skip to main content

Deep learning annotation training and prediction workflow for microscopy video data

Project description

VidTrain

Train deep neural networks to analyze video data.

Installation

  1. Install anaconda
  2. (Optional) Install a python-capable IDE like Visual Studio Code
  3. Open a command line terminal to install vidtrain:
    1. Create a python 3.7 environment: conda create --name vidtrain python=3.7. Note, the python version must be exactly 3.7 [1]
    2. Activate the environment conda activate vidtrain
    3. Install vidtrain pip install vidtrain

Notes

[1] The code uses some features that were introduced in 3.7 (dictionaries that are ordered by default), meaning it will not work properly with python <3.7. Furthermore, it uses Tensorflow 1 , which dpes not support 3.8. Thus, the python version must be exactly 3.7. In the future, it is planned to migrate to Tensorflow 2 and at that point, vidtrain will also work on python 3.8. However, this will require rewriting at least the data generator for the validation data.

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

vidtrain-0.1.0.tar.gz (36.2 kB view hashes)

Uploaded Source

Built Distribution

vidtrain-0.1.0-py3-none-any.whl (46.8 kB view hashes)

Uploaded 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