Home

Awesome

empanada

Overview

empanada (EM Panoptic Any Dimension Annotation) is a tool for panoptic segmentation of organelles in 2D and 3D electron microscopy (EM) images. Panoptic segmentation combines both instance and semantic segmentation enabling a holistic approach to image annotation with a single deep learning model. To make model training and inference lightweight and broadly applicable to many EM imaging modalities, empanada runs all expensive operations on 2D images or run length encoded versions of 3D volumes.

Note: Development is active and breaking changes should be expected. Not all features are implemented.

Highlights

Installation

Install empanada with pip:

pip install empanada-dl

To install the latest development version of empanada directly from GitHub:

pip install git+https://github.com/volume-em/empanada.git