Skip to content

code for kaggle: UW-Madison GI Tract Image Segmentation

License

Notifications You must be signed in to change notification settings

YonDraco/Kaggle-UWMGIT

 
 

Repository files navigation

GUIDE

  1. download data from kaggle and unzip all to ./data/tract

  2. run ./data/tract/data.ipynb under ./data/tract to convert directory to mmsegmentation format (run mkdir if necessary)

  3. run ./tools/dist_train.sh ./work_configs/tract/baseline.py $NGPUS, $NGPUS depends on your own devices

  4. make a kaggle submission notebook refering ./data/tract/submission.ipynb

UPDATE

Competition solution and submission code have been open sourced at Kaggle

aAll config files have been uploaded to ./data/tract/final_solution, saved in classification_configs and segmentation_configs respectively. These configs are for referencing only. To reproduce, there is much to do with data, including data cleaning and preprocessing, so I have no plan to include this part.

3D monai codes are saved at ./monai, with only slight changes compared with public monai codes.

About

code for kaggle: UW-Madison GI Tract Image Segmentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Other 1.6%