khuhm / deep-kidney-cancer

Deep Learning for End-to-End Kidney Cancer Diagnosis on Multi-Phase Abdominal Computed Tomography
MIT License
15 stars 0 forks source link

What is the directory structure of the project? #6

Open hczyni opened 4 months ago

hczyni commented 4 months ago

What is the directory structure of the project?

khuhm commented 4 months ago

You should crop the patches following the description in our paper and save them in npy format. Like case_00001.npy (n phase) case_01001.npy (a phase) case_02001.npy (p phase) case_03001.npy (d phase). And pass this directory path to root_dir in train.py.