Metadata-Version: 2.1
Name: perphix
Version: 0.0.1
Summary: Utilities and documentation for the collection, annotation, and usage of X-ray image sequences for surgical phase recognition.
Home-page: https://github.com/arcadelab/perphix
Author: Benjamin D. Killeen
Author-email: killeen@jhu.edu
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: numpy
Requires-Dist: pycocotools
Requires-Dist: albumentations
Requires-Dist: opencv-python

# Perphix

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](
<https://opensource.org/licenses/MIT>)
[![PyPI](https://img.shields.io/pypi/v/perphix.svg)](
<https://pypi.org/project/perphix/>)
[![Documentation Status](https://readthedocs.org/projects/perphix/badge/?version=latest)](
<https://perphix.readthedocs.io/en/latest/?badge=latest>)

Utilities and documentation for the collection, annotation, and usage of X-ray image sequences for
surgical phase recognition, with a focus on percutaneous fracture fixation.

This repository is used by [Pelphix](https://github.com/benjamindkilleen/pelphix) to provide
data-related utilities and documentation. It classes for loading and processing data, as well as
documentation for the Perphix datasets. It is provided separately for ease of installation.

## Installation

Perphix can be installed from PyPI:

```bash
pip install perphix
```

### Development

Clone the repository and install from source using pip:

```bash
git clone git@github.com:arcadelab/perphix.git
cd perphix
pip install -e .
```

Alternatively, you can use the included `environment.yml` file to install an Anaconda environment.

```bash
conda env create -f environment.yml
conda activate perphix
```

## Documentation

The documentation for this project is hosted on [Read the Docs](https://perphix.readthedocs.io/en/latest/).

## Citation

If you find this work useful in your research, please consider citing:

```bibtex
@InProceedings{KilleenPelphix2023,
 author = {Killeen, Benjamin D. and Zhang, Han and Mangulabnan, Jan and Armand, Mehran and Taylor, Russel H. and Osgood, Greg and Unberath, Mathias},
 title = {{Pelphix: Surgical Phase Recognition from X-ray Images in Percutaneous Pelvic Fixation}},
 booktitle={Medical Image Computing and Computer Assisted Intervention -- MICCAI 2023},
 journal = {arXiv},
 year = {2023},
 publisher = {Springer International Publishing},
 address = {Cham},
 pages = {to appear},
}
```
