Skip to content

Commit 3766d37

Browse files
committed
Add docstring and dataset info
1 parent 709be14 commit 3766d37

File tree

1 file changed

+6
-1
lines changed
  • torch_em/data/datasets/electron_microscopy

1 file changed

+6
-1
lines changed

torch_em/data/datasets/electron_microscopy/aimseg.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
"""
1+
"""AimSeg contanins annotations for semantic segmentation of myelins, axons and inner cytoplasmic tongue,
2+
and for instance segmentation of myelinated axons in TEM images of corpus callosum (CC) in adult mice.
3+
4+
This dataset is available at https://zenodo.org/records/8351731.
5+
The dataset is from the publication https://doi.org/10.1371/journal.pcbi.1010845.
6+
Please cite them if you use this dataset in your research.
27
"""
38

49
import os

0 commit comments

Comments
 (0)