Skip to content

5th Place Solution to HUAWEI PRCV Challenge 2021 Alzheimer's Disease Classification Task

License

Notifications You must be signed in to change notification settings

chaineypung/MMNet-for-Alzheimer-Classification-using-sMRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MM-Net: 5th Place Solution to HUAWEI PRCV Challenge 2021 Alzheimer's Disease Classification Task

This repo contains the supported pytorch code and configuration files to reproduce alzheimer's disease classification results of MM-Net. Official website of the competition. Link to our team's Huawei homepage.

Overall  Architecture

Environment

Prepare an environment with python=3.6, and then run the command "pip install -r requirements.txt" for the dependencies.

Data Preparation

Pre-Trained Base Model For PRCV Challenge

Train/Test

The entries of this competition are deployed on Huawei Cloud to run and test, and if you want to run locally, you need to modify the inference code.

  • Train : Run the train script on PRCV 2021 Training Dataset with Base model Configurations.
python model.py --train_url your_path --data_url your_data_path
  • Test : Run the test script on PRCV 2021 Training Dataset.
python customize_service.py 

Acknowledgements

Thanks to HUAWEI Cloud for providing the competition platform.

About

5th Place Solution to HUAWEI PRCV Challenge 2021 Alzheimer's Disease Classification Task

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages