histocartography.utils package

Submodules:

Summary

__all__ Functions:

download_box_link

download_example_data

download_test_data

is_box_url

set_graph_on_cpu

set_graph_on_cuda

dynamic_import_from(source_file: str, class_name: str)Any[source]

Do a from source_file import class_name dynamically

Parameters
  • source_file (str) – Where to import from

  • class_name (str) – What to import

Returns

The class to be imported

Return type

Any

signal_last(input_iterable: Iterable[Any])Iterable[Tuple[bool, Any]][source]

Reference

If you use histocartography in your projects, please cite the following:

@inproceedings{pati2021,
    title = {Hierarchical Graph Representations for Digital Pathology},
    author = {Pushpak Pati, Guillaume Jaume, Antonio Foncubierta, Florinda Feroce, Anna Maria Anniciello, Giosuè Scognamiglio, Nadia Brancati, Maryse Fiche, Estelle Dubruc, Daniel Riccio, Maurizio Di Bonito, Giuseppe De Pietro, Gerardo Botti, Jean-Philippe Thiran, Maria Frucci, Orcun Goksel, Maria Gabrani},
    booktitle = {https://arxiv.org/pdf/2102.11057},
    year = {2021}
}