Skip to content
/ dlup Public

Dlup are the Deep Learning Utilities for Pathology developed at the Netherlands Cancer Institute

License

Notifications You must be signed in to change notification settings

NKI-AI/dlup

Folders and files

NameName
Last commit message
Last commit date
Oct 17, 2023
Oct 10, 2023
Dec 9, 2023
Oct 10, 2023
Oct 10, 2023
Dec 2, 2023
May 22, 2021
Sep 28, 2023
Sep 4, 2021
Aug 22, 2023
Oct 10, 2023
May 22, 2021
Dec 9, 2023
Oct 11, 2023
May 23, 2021
Sep 21, 2023
Sep 4, 2021
Dec 9, 2023
Nov 29, 2023
Oct 9, 2023
Dec 9, 2023
Nov 10, 2023
Aug 22, 2023

Repository files navigation

Deep Learning Utilities for Pathology

pypi Tox mypy Pylint Black codecov

Dlup offers a set of utilities to ease the process of running Deep Learning algorithms on Whole Slide Images.

Features

  • Read whole-slide images at any arbitrary resolution by seamlessly interpolating between the pyramidal levels
  • Dataset classes to handle whole-slide images in a tile-by-tile manner compatible with pytorch
  • Annotation classes which can load GeoJSON, V7 Darwin, HALO and ASAP formats and read parts of it (e.g. a tile)
  • Transforms to handle annotations per tile, resulting, together with the dataset classes a dataset consisting of tiles of whole-slide images with corresponding masks as targets, readily useable with a pytorch dataloader
  • Command-line utilities to report on the metadata of WSIs, tile WSIs, and convert masks to polygons

Check the full documentation for more details on how to use dlup.

Quickstart

The package can be installed using python -m pip install dlup.

Used by

  • ahcore: a pytorch lightning based-library for computational pathology

Citing DLUP

If you use DLUP in your research, please use the following BiBTeX entry:

@software{dlup,
  author = {Teuwen, J., Romor, L., Pai, A., Schirris, Y., Marcus, E.},
  month = {11},
  title = {{DLUP: Deep Learning Utilities for Pathology}},
  url = {https://github.com/NKI-AI/dlup},
  version = {0.3.33},
  year = {2023}
}

or the following plain bibliography:

Teuwen, J., Romor, L., Pai, A., Schirris, Y., Marcus E. (2023). DLUP: Deep Learning Utilities for Pathology (Version 0.3.33) [Computer software]. https://github.com/NKI-AI/dlup

About

Dlup are the Deep Learning Utilities for Pathology developed at the Netherlands Cancer Institute

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages