YoloV8 model for the detection of Tau fibrils in EM images.
Project description
🧬 Tau Fibrils Yolo - Object detection in EM images
We provide a YoloV8 model for the detection of oriented bounding boxes (OBBs) of Tau fibrils in EM images. The model is integrated as a Napari plugin.
[Installation] [Model] [Usage] [Training]
This project is part of a collaboration between the EPFL Center for Imaging and the Laboratory of Biological Electron Microscopy.
Installation
We recommend performing the installation in a clean Python environment. Install the package from PyPi:
pip install tau-fibrils-yolo
or from the repository:
pip install git+https://gitlab.com/center-for-imaging/tau-fibrils-object-detection.git
or clone the repository and install with:
git clone https://github.com/EPFL-Center-for-Imaging/tau-fibrils-yolo.git
cd tau-fibrils-yolo
pip install -e .
Usage
In Napari
To use the model in Napari, start the viewer with
napari -w tau-fibrils-yolo
or open the plugin from Plugins > Tau fibrils detection.
From the command-line
Run inference on an image from the command-line:
tau_fibrils_predict_image -i /path/to/folder/image_001.tif
This command will run the YOLO model and save a CSV file containing measurements next to the image:
folder/
├── image_001.tif
├── image_001_results.csv
Training
The instructions for training the model can be found here.
Issues
If you encounter any problems, please file an issue along with a detailed description.
License
This project is licensed under the AGPL-3 license.
This project depends on the ultralytics package which is licensed under AGPL-3.
Acknowledgements
We would particularly like to thank Valentin Vuillon for annotating the images on which this model was trained, and for developing the preliminary code that laid the foundation for this image analysis project. The repository containing his original version of the project can be found here.
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 tau_fibrils_yolo-0.1.1.tar.gz.
File metadata
- Download URL: tau_fibrils_yolo-0.1.1.tar.gz
- Upload date:
- Size: 48.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e3362ff259f79a11b00ba8ab4ad5e9ec46ad6ff7b97aeaea3fef413a66b67ed
|
|
| MD5 |
e81710b4a857e1c693c60d2eb893fe46
|
|
| BLAKE2b-256 |
6e95594b99701022ab11a1fbcb8fd83ebf49599fd768081ed3f884a5f5c5331e
|
File details
Details for the file tau_fibrils_yolo-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tau_fibrils_yolo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 46.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3be33a06c57d534abc26e38c3cfa3ed19b4dd28c929b80c206e555564c3272d
|
|
| MD5 |
7b8d557b027f09e731589ec64853aa7e
|
|
| BLAKE2b-256 |
8a2783dfbecd8ce7bcba9319f585069709ac74ab6427ff2269e80208a1ed0863
|