alfahimmohammad / TBI-Detection-Classification-and-Segmentation

This repository contains codes used for my project on detection, classification, and segmentations of Traumatic Brain Injuries in Keras and Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detection, Classification, and Segmentation of Traumatic Brain Injuries

The ICH_detection_code folder contains codes for the detection and classification of Intracranial Haemorrhages. The dataset to train and validate these models can be downloaded from here.

For the codes in 3D UNet++ in Keras and ICH_3D_volumetric_segmentation_pytorch folders, the dataset can be downloaded from here.

Please install the required libraries in a virtual environment by running

pip install -r requiements.txt

Please install Pytorch and its related dependencies to run the codes in Pytorch.

About

This repository contains codes used for my project on detection, classification, and segmentations of Traumatic Brain Injuries in Keras and Pytorch


Languages

Language:Python 100.0%