Skip to content

SkySailing/tianchi_spinalAI_detection_competetion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark:"Digital body" AI Challenge--Spinal Disease Intelligent Diagnosis

this repo code is submit for the tianchi competetion Spark:"Digital body" AI Challenge.

image image

Here is tianchi_spinalAI_detection_competetion link

the result is 27/3107 in final round at GPU track; image

this code is base on the Unet and ResNet. For more design details, please refer to the following blog. my blog

how to use this code:

  1. datafile like this. you can download from tianchi platform. dataset link

    image

  2. prepare the requirement.txt

    numpy==1.18.1 pandas==1.0.4 imgaug==0.4.0 matplotlib==3.2.1 visdom==0.1.8.9 torchsummary==1.5.1 scikit_image==0.17.2 tqdm==4.46.1 Pillow==7.2.0 SimpleITK==1.2.4 torchvision~=0.6.1 scikit-image~=0.17.2

  3. run code/train.py ,set the correct file path and name and choice to display the viz.

  4. run code/testA_submit.py .

this is all. please makes a star if you like my contribution.

Releases

No releases published

Packages

No packages published

Languages