Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super resolution for 3D MRI #405

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Vision/MRI_Densenet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MRI_Densenet

### Description

The objective is to create a network that can take a low-resolution MRI scan and turn it into a super resolution scan.

### Dataset

The dataset is a large and publicly accessible brain structural MRI database called Human Connectome Project (HCP): [https://www.humanconnectomeproject.org](https://www.humanconnectomeproject.org/). The data contains 3D T1-weighted images from a total of 1,113 subjects that were acquired via a Siemens 3T platform using 32-channel head coils on multiple centers. The images come in high spatial resolution as 0.7 mm isotropic in a matrix size of 256x320x320. You need to register and log in the website: [https://db.humanconnectome.org](https://db.humanconnectome.org/). You can either download full dataset from that website or request access to their Amazon S3.
Loading