An open API service indexing awesome lists of open source software.

https://github.com/digitalslidearchive/histomicsdetect

A package for cell detection models using TensorFlow
https://github.com/digitalslidearchive/histomicsdetect

Last synced: about 1 year ago
JSON representation

A package for cell detection models using TensorFlow

Awesome Lists containing this project

README

          

================================================
histomics_detect
================================================

`histomics_detect`_ is a Python package for the building and evaluating cell detection
models. It provides data loading, data augmentation, performance metrics, model building,
visualization, and other utility functions based on Keras and TensorFlow2.

To get started, install it to Python or into a Python virtual environment::

$pip install histomics_detect

To run in Docker, pip install inside the running container.

Developer source code can be downloaded with::

$git clone https://github.com/DigitalSlideArchive/HistomicsDetect.git

See https://github.com/DigitalSlideArchive/HistomicsDetect/tree/main/example for a Jupyter
notebook demonstrating how to build a FasterRCNN model using histomics_detect.