Code Monkey home page Code Monkey logo

35_methods_miccai_2017's Introduction

Results and code for MICCAI 2017 paper "Evaluating 35 Methods to Generate Structural Connectomes Using Pairwise Classification"

arXiv preprint

Repo structure

data (coming) -- sample data for running scripts. Full data will be available at IGC website.

results -- folder with full original results and outputs of scripts. raw_results -- data computed in preparation of the paper, script_results -- outputs of sample scripts

*scripts (coming) * -- scripts we used to calculate pairwise and gender classification and ICC.

pics -- some of the graphs.

pdf -- paper pdf.

Dependencies Installation

Scripts currently requires Python 3.4 or later to run. Please install Python and pip via the package manager of your operating system if it is not included already. Also you need R language:

$ apt-get install r-base

And you need psych package. To install it run following in R shell:

> install.packages('psych', dependencies=TRUE, repos='http://cran.us.r-project.org')

To install needed Python dependencies run next in terminal:

$ pip3 install -r https://github.com/lodurality/35_methods_MICCAI_2017/blob/master/requirements.txt
Scripts Running

There are three main scripts in scripts directory:

  • calculate_icc.py
  • classificate_gender.py
  • classificate_pairwise.py

An argument for these scripts is a string of format:

$ ./classificate_pairwise.py dataset-normalization-tractography-reconstruction_model-atlas_type

For example:

$ ./classificate_pairwise.py BNU_1-max-deter-csd-con_aparc68+subcort

All calculated combinations you can find in combinations_for_gender_classification_and_icc.txt and `combinations_for_pairwise_classification.txt'. More information about parameters you can find in the article.

To test calculated results you can use test_results.py script. Just run it and choose directory you want to check:

$ ./test_results.py

0 /gender_results/
1 /icc_results/BNU_1/
2 /icc_results/HNU_1/
3 /icc_results/IPCAS_1/
4 /pairwise_results/

Please choose what directories to check:
$ 0
/gender_results/


	1/327 are similar
	0 ain't similar

Here we calculated results for one combination and script said us the result the same as we used for the article.

35_methods_miccai_2017's People

Contributors

hyperswitcher avatar lodurality avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.