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

Fixed typo on string 19 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The following images show an example of detection and segmentation results.
For image reconstruction code, please refer to https://github.com/gift-surg/NiftyMIC.

# Requirements
* A CUDA compatable GPU with memoery not less than 6GB is recommended for training. For testing only, a CUDA compatable GPU may not be required.
* A CUDA compatable GPU with memory not less than 6GB is recommended for training. For testing only, a CUDA compatable GPU may not be required.

* Tensorflow 1.12.0. Install it by typing `pip install tensorflow-gpu=1.12` or following instructions from https://www.tensorflow.org/install.

* NiftyNet 0.2.0. Install it by typing `pip install niftynet=0.2` or downloading the source files from https://github.com/NifTK/NiftyNet/releases/tag/v0.2.0.

* Demic (a tool to use NiftyNet) v0.1. Download the source files from https://github.com/taigw/Demic/releases/tag/v0.1 and add the path of Demic to PYTHONPATH environment variable.
* Demic (a tool to use NiftyNet) v0.1. Download the source files from https://github.com/taigw/Demic/releases/tag/v0.1 and add the path of Demic to `PYTHONPATH environment variable.

# How to use
* To get fetal brain detection and segmentation results, run `bash/inference.sh`. You need to edit the `PYTHONPATH` environment variable in that file so that it includes the path of NiftyNet and Demic.
Expand Down