1 / 5

SimpleITK Setup and Schedule

SimpleITK Setup and Schedule. Ziv Yaniv 1,2 , Bradley C. Lowekamp 1,2 1 National Institutes of Health 2 Medical Science and Computing LLC. Setup. Download and install the Fiji image viewer into the appropriate directory: Win: the user directory [C:Users your_user_name ] Linux: ~/bin/

Download Presentation

SimpleITK Setup and Schedule

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SimpleITK Setup and Schedule Ziv Yaniv1,2 , Bradley C. Lowekamp1,2 1National Institutes of Health2Medical Science and Computing LLC

  2. Setup • Download and install the Fiji image viewer into the appropriate directory: • Win: the user directory [C:\Users\your_user_name\] • Linux: ~/bin/ • OS X: /Applications/ • Download and install the most recent version of Anaconda for your operating system. We assume it is installed in a directory named anaconda3. Regardless of the installer, we will be working with Python 3.6 . • On Windows: open the Anaconda Prompt (found under the Anaconda3 start menu).On Linux/Mac: on the command line source path_to_anaconda3/bin/activate base • Update the root anaconda environment and install the git version control system into it: conda update condaconda update anaconda conda install git

  3. Setup • Clone the repository: git clone https://github.com/SimpleITK/SPIE2019_COURSE.git • Create the virtual environment containing all packages required for the course: condaenv create -f SPIE2019_COURSE/environment.yml • Activate the virtual environment (Win: open the Anaconda Prompt, Linux/Mac: commandline):conda activate sitkpySPIE19 • On the command line:jupyternbextension enable --py --sys-prefix widgetsnbextension • Go over the setup notebook (requires internet connectivity):jupyter notebook SPIE2019_COURSE/setup.ipynb

  4. Schedule [1:30PM- 2:00PM] history and overview of SimpleITK. [2:00PM- 2:40PM] spatial transformations, images and resampling. [2:40PM - 3:00PM] data augmentation for deep learning. [3:00PM – 3:30PM] coffee break. [3:30PM – 4:40PM] basic registration, advanced registration. [4:40PM – 5:15PM] segmentation image analysis workflow. [5:15PM - 5:30PM] notebook development and testing, concluding remarks.

More Related