A package for tracking cells in 3D time lapse images in deforming organs or moving animals
Project description
3DeeCellTracker
3DeeCellTracker is a deep-learning based pipeline for tracking cells in 3D time-lapse images of deforming/moving organs (eLife, 2021).
Updates:
3DeeCellTracker v1.0.0 has been released
- Fixed some bugs in v0.5
Installation
To install 3DeeCellTracker, please follow the instructions below:
Note: We have tested the installation and the tracking programs in two environments:
- (Local) Ubuntu 20.04; NVIDIA GeForce RTX 3080Ti; Tensorflow 2.5.0
- (Google Colab) Tensorflow 2.12.0 (You need to upload your data for tracking)
Prerequisites
- A computer with an NVIDIA GPU that supports CUDA.
- Anaconda or Miniconda installed.
- TensorFlow 2.x installed.
Steps
-
Create a new conda environment and activate it by running the following commands in your terminal:
$ conda create -n track python=3.8 pip $ conda activate track
-
Install TensorFlow 2.x by following the instructions provided in the TensorFlow installation guide.
-
Install the 3DeeCellTracker package by running the following command in your terminal:
$ pip install 3DeeCellTracker==1.0.0
-
Once the installation is complete, you can start using 3DeeCellTracker for your 3D cell tracking tasks within the Jupyter notebooks provided in the GitHub repository.
If you encounter any issues or have any questions, please refer to the project's documentation or raise an issue in the GitHub repository.
Quick Start
To learn how to track cells using 3DeeCellTracker, please refer to the following notebooks for examples. We recommend using StarDist for segmentation, as we have optimized the StarDist-based tracking programs for more convenient and quick cell tracking. Users can also use the old way with 3D U-Net.
-
Train a custom deep neural network for segmenting cells in new optical conditions:
-
Track cells in deforming organs:
-
Track cells in freely moving animals:
-
(Optional) Train FFN with custom data:
The data and model files for demonstrating above notebooks can be downloaded here:
Frequently Reported Issue and Solution (for v0.4)
Multiple users have reported encountering a ValueError
of shape mismatch when running the tracker.match()
function.
After investigation, it was found that the issue resulted from an incorrect setting of siz_xyz
,
which should be set to the dimensions of the 3D image as (height, width, depth).
Video Tutorials (for v0.4)
We have made tutorials explaining how to use our software. See links below (videos in Youtube):
Tutorial 1: Install 3DeeCellTracker and train the 3D U-Net
Tutorial 2: Tracking cells by 3DeeCellTracker
Tutorial 3: Annotate cells for training 3D U-Net
Tutorial 4: Manually correct the cell segmentation
A Text Tutorial (for v0.4)
We have written a tutorial explaining how to install and use 3DeeCellTracker. See Bio-protocol, 2022
How it works
We designed this pipeline for segmenting and tracking cells in 3D + T images in deforming organs. The methods have been explained in Wen et al. bioRxiv 2018 and in Wen et al. eLife, 2021. The original programs used in eLife 2021 was contained in the "Deprecated_programs" folder.
Overall procedures of our method (Wen et al. eLife, 2021–Figure 1)
Examples of tracking results (Wen et al. eLife, 2021–Videos)
Neurons in a ‘straightened’ freely moving worm |
Cardiac cells in a zebrafish larva | Cells in a 3D tumor spheriod |
---|---|---|
Citation
If you used this package in your research, please cite our paper:
- Chentao Wen, Takuya Miura, Venkatakaushik Voleti, Kazushi Yamaguchi, Motosuke Tsutsumi, Kei Yamamoto, Kohei Otomo, Yukako Fujie, Takayuki Teramoto, Takeshi Ishihara, Kazuhiro Aoki, Tomomi Nemoto, Elizabeth MC Hillman, Koutarou D Kimura (2021) 3DeeCellTracker, a deep learning-based pipeline for segmenting and tracking cells in 3D time lapse images eLife 10:e59187
Depending on the segmentation method you used (StarDist3D or U-Net3D), you may also cite either of following papers:
-
Martin Weigert, Uwe Schmidt, Robert Haase, Ko Sugawara, and Gene Myers. Star-convex Polyhedra for 3D Object Detection and Segmentation in Microscopy. The IEEE Winter Conference on Applications of Computer Vision (WACV), Snowmass Village, Colorado, March 2020
-
Çiçek, Ö., Abdulkadir, A., Lienkamp, S.S., Brox, T., Ronneberger, O. (2016). 3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation. In: Ourselin, S., Joskowicz, L., Sabuncu, M., Unal, G., Wells, W. (eds) Medical Image Computing and Computer-Assisted Intervention – MICCAI 2016. MICCAI 2016. Lecture Notes in Computer Science(), vol 9901. Springer, Cham.
Acknowledgements
We wish to thank JetBrains for supporting this project with free open source Pycharm license.
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 3DeeCellTracker-1.0.0.tar.gz
.
File metadata
- Download URL: 3DeeCellTracker-1.0.0.tar.gz
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd14664e6b9c3b529428cc7a5c72e7f9e5fb0d94b677d5cd46da1acb18fd4459 |
|
MD5 | c881053c81d45b6b3bd066592e24db46 |
|
BLAKE2b-256 | fee44c5f2f398c630e55fa7553ff8d32f90c2753a00b73a02ce98e504e2c9d74 |
File details
Details for the file 3DeeCellTracker-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: 3DeeCellTracker-1.0.0-py3-none-any.whl
- Upload date:
- Size: 67.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18f7bce68561bda295bfb95040eafc693ca862e3c4d393d8ee2223f53b88e3d9 |
|
MD5 | cda979a421b1b5428d8aa54083d76ebe |
|
BLAKE2b-256 | e02b6fe0b30c68e9af752ab7150a8cd7168ed12cd76881ea291f0f4a768f3d3e |