ajayKumar99 / Ultrasound-Nerve-Segmentation

Segmenting the ultrasound images to find nerve structures in them using a U-net
MIT License
6 stars 3 forks source link
deep jupyter-notebook keras medical-imaging python tensor unet-image-segmentation

Ultrasound-Nerve-Segmentation

Accurately identifying nerve structures in ultrasound images is a critical step in effectively inserting a patient’s pain management catheter. Hence, this is a model that can identify nerve structures in a dataset of ultrasound images of the neck. Doing so would improve catheter placement and contribute to a more pain free future.

Dataset

The data has been provided by kaggle as part of one of their competitions which requires a model for nerve segmentation. The task was to segment a collection of nerves called the Brachial Plexus (BP) in ultrasound images. A large training set of images where the nerve has been manually annotated by humans was provided.

Ultrasound Nerve Segmentation dataset - https://www.kaggle.com/c/5144/download-all

The dataset can also be downloaded using Kaggle API

kaggle competitions download -c ultrasound-nerve-segmentation

Data format

File Description

Network Architecture

Network Architecture

Training

To-do List