Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.24 KB

File metadata and controls

43 lines (26 loc) · 1.24 KB

Vibe-OCMIST

Vibe-OCMIST is a one-click medical image segmentation tool for the BraTS Challenge dataset, designed to provide an intuitive and efficient GUI experience.

About

This tool implements the interactive deep editing framework for medical image segmentation, inspired by the MICCAI 2019 research paper.

Getting Started

Prerequisites

Ensure the following dependencies are installed before proceeding:

PyQt5>=5.6
nibabel
keras
tensorflow
tables
numpy
keras_contrib

Installing

To install Vibe-OCMIST, clone the repository and follow the setup instructions for dependencies.

How to Use

Launch the GUI and start segmenting medical images with ease. The application supports interaction and custom adjustments for precision in deep editing.

Contributing

Contributions are welcome! Please follow the guidelines outlined in the CONTRIBUTING.md file (if available). Fork the repository, make your changes, and submit a pull request.

License

This repository is available under the appropriate open-source license. See the LICENSE file for details.

Acknowledgments

Special thanks to the creators of 3DUnetCNN for their inspiring work, which has been integrated into this project.