Static and Dynamic classification tool.
Project description
Oneat
ONEAT = Otherwise Not Even Accurate Tracks
This project provides static and action classification networks for LSTM based networks to recoganize cell events such as division, apoptosis, cell rearrangement for various imaging modalities.
Installation & Usage
Installation
This package can be installed by
pip install --user oneat
If you are building this from the source, clone the repository and install via
git clone https://github.com/Kapoorlabs-CAPED/CAPED-AI-oneat/
cd CAPED-AI-oneat
pip install --user -e .
# or, to install in editable mode AND grab all of the developer tools
# (this is required if you want to contribute code back to NapaTrackMater)
pip install --user -r requirements.txt
Pipenv install
Pipenv allows you to install dependencies in a virtual environment.
# install pipenv if you don't already have it installed
pip install --user pipenv
# clone the repository and sync the dependencies
git clone https://github.com/Kapoorlabs-CAPED/CAPED-AI-oneat/
cd CAPED-AI-oneat
pipenv sync
# make the current package available
pipenv run python setup.py develop
# you can run the example notebooks by starting the jupyter notebook inside the virtual env
pipenv run jupyter notebook
Examples
oneat comes with different options to combine segmentation with classification or to just use classification independently of any segmentation during the model prediction step. We summarize this in the table below:
Example Dataset | DataSet | Trained Model | Notebook Code |
---|---|---|---|
Example timelapse | Oneat model | Napari notebook | |
Example timelapse | Oneat model | Napari notebook | |
Example timelapse | Oneat model | Napari notebook |
Troubleshooting & Support
- The image.sc forum is the best place to start getting help and support. Make sure to use the tag
oneat
, since we are monitoring all questions with this tag. - If you have technical questions or found a bug, feel free to open an issue.
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
File details
Details for the file oneat-3.2.6.tar.gz
.
File metadata
- Download URL: oneat-3.2.6.tar.gz
- Upload date:
- Size: 81.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7af297eef07002bdcac833d2e13de0e032aeb66b83bc225726c083b7715adbd7 |
|
MD5 | 4d19bcf12bcdbaf997f523e189d42b31 |
|
BLAKE2b-256 | 8df90b4155aaf6ee32afda1abb55077b7fa9d40993488d54cf3a29e343f1455f |
File details
Details for the file oneat-3.2.6-py3-none-any.whl
.
File metadata
- Download URL: oneat-3.2.6-py3-none-any.whl
- Upload date:
- Size: 91.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0ba55d92e72205853a8f8e6f43c7bdb8d29e48b38fc8be4bacdd2e81cd3460f |
|
MD5 | 7ad5632dc32413362363072158e0a5e6 |
|
BLAKE2b-256 | 2732d77b9e4c784d2db11e81b6f11dc9dec4b5d0d240933f92702a7acbb30f78 |