Utilities and documentation for the collection, annotation, and usage of X-ray image sequences for surgical phase recognition.
Project description
Perphix
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 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:
pip install perphix
Development
Clone the repository and install from source using pip:
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.
conda env create -f environment.yml
conda activate perphix
Documentation
The documentation for this project is hosted on Read the Docs.
Citation
If you find this work useful in your research, please consider citing:
@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},
}
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.