/anatomy-viewer

Anatomy viewer for BCNNs

Primary LanguagePythonMIT LicenseMIT

Anatomy Viewer

This is a simple viewer to display the 3D segmentation result of Bayesian CNNs.

Requirements

  • Python 3
  • PyQt 5

Getting Started

Installation

  • Install from this repository
git clone https://github.com/yuta-hi/anatomy-viewer
cd anatomy_viewer
pip install .

Usage

muscle_viewer image.mhd label.mhd uncertainty.mhd

Related repositories