Skip to content

prerakmody/medloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MED-LOADER

This repository contains code for downloading, sorting, extracting (to .mha i.e. a MetaImage) and viewing CT slices from open datasets like:-

  1. MICCAI 2015 Head and Neck (HaN) Segmentation Challenge

Usage

  1. Install Anaconda with python3.7
  2. Install git
  3. Open a terminal and follow the commands
    • Clone this repository
    • Install
      • cd medloader
      • conda env create --file environment.yml --name medloader (Ensure it is in UTF-8 encoding)
        • this will take time as it need to download and install all packages
    • Use
      • conda activate medloader
      • conda develop .
        • Adds medloader as a python pacakge on your local machine
  4. To download/sort/extract the MICCAI 2015 dataset
  5. To train a model

CleanUp

  1. Remove conda env
    • conda env remove -n medloader

TODO

  • Conbvert tensorflow code to PyTorch

About

TFlow/PyTorch dataloaders for medical datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages