Giter VIP home page Giter VIP logo

adam2020's Introduction

README

1st Place Solution to MICCAI 2020 ADAM Challenge in Segmentation Task.

Step 1. Prepare input data and running environment

Put input data into the folder input. The folder structure should be

input
——10001
————orig
——————struct.nii.gz
——————...
————pre
——————TOF.nii.gz # we only use the preprocessed TOF data
——————...

Run

python 3.7.6; pytorch 1.5.0; cuda 10.1

cd nnUNet
pip install -e .
cd ..
# preprocess
python ADAM_Preprocess.py --input_path ./input
cd nnUNet/nnunet

Step 2. Inference

Download the trained models: link (PW: b9oo), and put it in the ADAM2020/nnUNet/nnunet/TrainedModels/nnUNet/3d_fullres

Run

nnUNet_predict -i ../../input_preprocess -o ../../seg_initial -m 3d_fullres -t Task600_ADAM --disable_tta
cd ../../
# postprocess
python ADAM_Postprocess.py --save_path ./output

The final segmentation results are in the folder output.

adam2020's People

Contributors

junma11 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.