Skip to content

Commit 2b45590

Browse files
authored
Minor fix to covid-if data description (#206)
1 parent a969237 commit 2b45590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_em/data/datasets/covid_if.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_covid_if_loader(
6868
path, patch_shape, batch_size, sample_range=None, target="cells", download=False,
6969
offsets=None, boundaries=False, binary=False, **kwargs
7070
):
71-
"""Dataloader for the segmentation of myelinated axons. See 'get_covid_if_loader' for details.
71+
"""Dataloader for the segmentation of cells and nuclei in immunofluoroscence. See 'get_covid_if_loader' for details.
7272
"""
7373
ds_kwargs, loader_kwargs = util.split_kwargs(torch_em.default_segmentation_dataset, **kwargs)
7474
dataset = get_covid_if_dataset(

0 commit comments

Comments
 (0)