Whole-slide image streamer for TensorFlow.
Project description
histomics_stream
Overview
The goal of this project is to create a whole-slide image file reader for machine learning with TensorFlow. This reader will allow users to extract pixel data from whole-slide image formats, and will support reading paradigms that are commonly used during training and inference.
Installation for Python
histomics_stream can be easily installed with Python wheels. If you do not want the installation to be to your current Python environment, you should first create and activate a Python virtual environment (venv) to work in. Then, run the following from the command line:
apt update
apt install -y python3-openslide openslide-tools
pip uninstall -y histomics_stream large_image tensorflow
pip install histomics_stream 'large_image[all]' --find-links https://girder.github.io/large_image_wheels
Launch python3
, import the histomics_stream package, and use it
import histomics_stream as hs
This has been tested with tensorflow:2.6.2-gpu
.
History
Through version 1.0.6, this project was known as tensorflow_reader.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for histomics_stream-2.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2446c2149d802c13861572e731c9a7de84aab3e350655364bdda54204e83c79 |
|
MD5 | cd5f855d89e783aa82c8e30c70209033 |
|
BLAKE2b-256 | 7694afa30d8d76d59826c542bbea3a983617b767d68548fb5e44192763114c3b |