https://github.com/axondeepseg/astih

Axon Segmentation Training Initiative for Histology: A collection of datasets for axon and myelin segmentation in microscopy images.

https://github.com/axondeepseg/astih

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Axon Segmentation Training Initiative for Histology: A collection of datasets for axon and myelin segmentation in microscopy images.

Basic Info
  • Host: GitHub
  • Owner: axondeepseg
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 3.44 MB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

🧠 ASTIH: Axon Segmentation Training Initiative for Histology

The Axon Segmentation Training Initiative for Histology (ASTIH) is a growing collection of publicly available datasets for axon and myelin segmentation in histology images. This initiative aims to foster the development of robust and generalizable deep learning models applicable across diverse biological contexts and imaging techniques. By providing a wide range of data spanning multiple species, microscopy modalities, and resolutions, ASTIH seeks to bridge the gap between fundamental research and translational applications in neuroscience and pathology. We are committed to continuously maintain and expand this collection with new datasets in the future.

Fig. 1 Images taken from the TEM1 dataset. Scalebars represent 1 micron. (A) Example image; (B) Other example with axon (green) and myelin (purple) ground-truth masks overlaid. img-tem1

Fig. 2 Images taken from the TEM2 dataset. Scalebars represent 4 microns. (A) Example image; (B) Image with ground-truth masks overlaid (axon: green, myelin: pink, unmyelinated axons: orange, OL nucleus: blue, OL process: purple)

img-tem2

Fig. 3 Images taken from the SEM1 dataset. Scalebars represent 30 microns. (A) Example image; (B) An image with a different contrast; (C) Example with axon (green) and myelin (pink) ground-truth masks overlaid.

img-sem1

Fig. 4 Images taken from the BF1 dataset. (A) Example image. Scalebar represent 100 microns; (B) Image with axon (green) and myelin (pink) ground-truth masks overlaid. Scalebar represent 50 microns.

img-bf1

💾 Getting started

Setup a virtual environment

conda create python==3.12.9 -n astih conda activate astih conda env update --file environment.yaml

Download the data

python scripts/get_data.py --make-splits

Download models and run the evaluation

python scripts/get_models.py python scripts/apply_models.py

🔬 Key features

  1. A comprehensive, publicly accessible collection of four histology datasets specifically designed for developing and evaluation axon and myelin segmentation models. This collection encompasses unprecedented diversity, featuring over 60,000 manually segmented fibers across three microscopy modalities (TEM, SEM, optical), two species, three regions of the nervous system and various biological conditions.
  2. Detailed annotations for every datasets with standardized boundary delineation between adjacent fibers, enabling both semantic and instance segmentation tasks.
  3. Baseline state-of-the-art segmentation models for every dataset, providing a standardized framework for comparative evaluation of future methods. These models are publicly available and can all be used within the AxonDeepSeg open-source software.

✍️ Contributing

We welcome contributions of new data that align with the goals of ASTIH. If you have a relevant dataset you would like to share, please contact us at axondeepseg@googlegroups.com

📜 License

The code and documentation in this repository are released under the MIT License. The individual datasets within ASTIH may have their own specific licenses, which will be clearly stated in their respective descriptions.

🔗 Citation

[WIP]

Owner

  • Name: AxonDeepSeg
  • Login: axondeepseg
  • Kind: organization
  • Location: Canada

Segmentation software for microscopy data of nerve fibers based on deep learning.

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Push event: 24
  • Create event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Push event: 24
  • Create event: 1