Deep Learning on SDF for Classifying Brain Biomarkers
To reproduce the results from paper, do the following steps.
- install
pytorch
andsparceconov
.
The website for sparse convolution is here
- Download the processed dataset from here and unzip it.
You would have a folder structure like the following:
.
+-- data
+-- src
+-- readme.md
+-- data.zip
- Run the srcipt with.
cd src
./sh/ad/train00.sh
Try different script in the folder sh
to reproduce the results in the paper.