Code Monkey home page Code Monkey logo

pediatric-ct-seg's Introduction

pediatric-ct-seg

summary

repo contains scripts used to download and view the `Pediatric-CT-SEG` dataset

Pediatric-CT-SEG dataset


Jordan, P., Adamson, P. M., Bhattbhatt, V., Beriwal, S., Shen, S., Radermecker, O., Bose, S., Strain, L. S., Offe, M., Fraley, D., Principi, S., Ye, D. H., Wang, A. S., Van Heteren, J., Vo, N.-J., & Schmidt, T. G. (2021). Pediatric Chest/Abdomen/Pelvic CT Exams with Expert Organ Contours (Pediatric-CT-SEG) (Version 2) [Data set]. The Cancer Imaging Archive. https://doi.org/10.7937/TCIA.X0H0-1706

https://wiki.cancerimagingarchive.net/pages/viewpage.action?pageId=89096588

steps

  • download tcia file.
bash download-tcia-file.sh
  • use tcia rest api to download files and unzip
for example with code here: https://github.com/pangyuteng/tcia-image-download-python

export inputdir=/mnt/hd2/data/ped-ct-seg
python download.py Pediatric-CT-SEG-Mar-22-2022-manifest.tcia $inputdir

  • convert dicom and rtstruct to nifti

docker build -t pediatric-ct-seg .


docker tag pediatric-ct-seg pangyuteng:pediatric-ct-seg
docker push pangyuteng:pediatric-ct-seg

docker run -it -u $(id -u):$(id -g) -w $PWD -v /mnt:/mnt pediatric-ct-seg bash

mkdir -p /mnt/hd2/data/ped-ct-seg-nifti

python dcm2nifti.py \
    /mnt/hd2/data/ped-ct-seg \
    /mnt/hd2/data/ped-ct-seg-nifti

pediatric-ct-seg's People

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.