Deep learning annotation training and prediction workflow for microscopy video data
Project description
VidTrain
Train deep neural networks to analyze video data.
Installation
- Install anaconda
- (Optional) Install a python-capable IDE like Visual Studio Code
- Open a command line terminal to install
vidtrain:- Create a python 3.7 environment:
conda create --name vidtrain. Note, the python version must be >= 3.7 [1] - Activate the environment
conda activate vidtrain - Install tensorflow
conda install tensorflow-gpu. Note we use conda so that all dependencies are installed as well. If you like you can manually install the tensorflow dependencies instead and skip this step (in that case pip installs tensorflow as a dependency of vidtrain in the next step). - Install vidtrain
pip install vidtrain
- Create a python 3.7 environment:
Run
Execute the following code in python:
import vidtrain
if __name__ == '__main__':
vidtrain.workflow.JunctionAnalysis().run()
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vidtrain-0.3.1.tar.gz.
File metadata
- Download URL: vidtrain-0.3.1.tar.gz
- Upload date:
- Size: 40.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e500a60f932f9f5b59b680a9aed223324530e35683ae09dca5e9cdc9e800ff5c
|
|
| MD5 |
3e1854415f208d97ed8d8968f3a03ac1
|
|
| BLAKE2b-256 |
803d6e5327cbeabd6a0e711546039fa603bb5a151749935e34e85239a1f73729
|
File details
Details for the file vidtrain-0.3.1-py3-none-any.whl.
File metadata
- Download URL: vidtrain-0.3.1-py3-none-any.whl
- Upload date:
- Size: 50.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
668b243a1ab56e758729ea49dc2ea983bf1a81d1f2adea32cc2c275085f9060d
|
|
| MD5 |
97bce05f4e5b174a64978eca2d98b045
|
|
| BLAKE2b-256 |
5a3fa9e6cbe5bf26be7a4ed8a471817ecf3f31db70b058d894b2456c7f273ffb
|