SimpleITK Setup and Schedule

Slides:



Advertisements
Similar presentations
Presentation Heading – font Arial
Advertisements

Python Lab Proteomics Informatics, Spring 2014 Week 1 28 th Jan, 2014 Himanshu Grover
How to install the Zelle graphics package
Overview Basic functions Features Installation: Windows host and Linux host.
Cummins® Inc. Update Manager 3.0 Training Electronic Service Tools.
Installing VMware & the Data ONTAP Simulator SE Technical Academy.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Introduction Purpose  This training course provides an overview of the installation and.
HDVC & Client Reflector server SIP Server User management HDVC & Client.
Drexel University Software Engineering Research Group Git for SE101 1.
Slackware 9.1 Installation First prompt in the installation process.
PALMS update Marco Mambelli 18/9/ PALMS project OASIS provides the infrastructure to host the software in CVMFS but the users need more guidance.
Windows 7 Release Candidate 1 Overview Some slides are screenshots made while the test computer was connected to a network with other computers and Internet.
Setting up Cygwin Computer Organization I 1 May 2010 ©2010 McQuain Cygwin: getting the setup tool Free, almost complete UNIX environment emulation.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Installing MySQL BCIS 3680 Enterprise Programming.
DATA MINING Pandas. Python Data Analysis Library A library for data analysis of (mostly) tabular data Gives capabilities similar to Excel and SQL but.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Practical Kinetics Exercise 0: Getting Started Objectives: 1.Install Python and IPython Notebook 2.print “Hello World!”
Exploring Spyder: An IDE for scientific computing
Loader Tutorial Set Up. Requirements Java 7 Eclipse IvyIDE plugin Git Optional: Ant Maven.
Cygwin Tutorial 1. What is Cygwin? Cygwin offers a UNIX like environment on top of MS-Windows. Gives the ability to use familiar UNIX tools without losing.
Installing CUDA, PyCUDA on Ubuntu
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
Senerver_Sun | Dept. | SOP for use CSD DL tool V1.2_ CN_SDD2.
Getting Started as an EdgeX Developer
Cygwin: getting the setup tool
Packaging and Deploying Windows Applications
Outline Installing Gem5 SPEC2006 for Gem5 Configuring Gem5.
Cygwin Tutorial 1.
CSC 215 : Procedural Programming with C
Presentation Heading – font Arial
Software Engineering for Data Scientists
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
IST256 : Applications Programming for Information Systems
Getting Started as an EdgeX Developer
How to add the packages for printing decision trees
DATA MINING Python.
Installing and running the local check projects in Eclipse
How to Download, Install, and Update AVG Antivirus?
SimpleITK Historical Overview: Standing on the Shoulders of Giants
SimpleITK Historical Overview: Standing on the Shoulders of Giants
Notebook Development and Testing
Notebook Development and Testing
Apache MXNet | Installation
SimpleITK Setup and Schedule
IST256 : Applications Programming for Information Systems
EMSE 6574 – Programming for Analytics: Python 101 – Python Enviornments Joel Klein.
Segurança e auditoria de sistemas
SimpleITK Fundamental Concepts
SimpleITK Fundamental Concepts
Option One Install Python via installing Anaconda:
Introduction to Git and GitHub
Cygwin.
Cygwin Tutorial 1.
Cygwin Tutorial 1.
Python/TensorFlow Installation
Notebook Development and Testing
SimpleITK Fundamental Concepts
SimpleITK Historical Overview: Standing on the Shoulders of Giants
SimpleITK Setup and Schedule
University of Washington CSE 416 Spring 2019 Hongjun Wu
Python Environments The following is specific for conda installation, but with small variations applies to everything
Enol Fernandez & Giuseppe La Rocca EGI Foundation
AI for Beginners from a Beginner
Computational Environment Management
DATA MINING Python.
Installations for Course
Presentation transcript:

SimpleITK Setup and Schedule 1Hans J. Johnson, 2Bradley C. Lowekamp, 3Ziv Yaniv 1The University of Iowa 2National Institutes of Health 3TAJ Technologies Inc. 4MSC LLC

Setup Download and install the Fiji image viewer. This is the default image viewer used by SimpleITK. Download and install the Anaconda Python 3.6 version for your operating system. We assume it is installed in a directory named anaconda3. 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 root Update the root anaconda environment and install the git version control system into it. conda update conda conda update anaconda conda install git Clone the repository: git clone https://github.com/SimpleITK/SPIE2018_COURSE.git

Setup Create the virtual environment containing all packages required for the course: conda env create -f SPIE2018_COURSE/environment.yml Activate the virtual environment: On Windows: open the Anaconda Prompt (found under the Anaconda3 start menu) activate sitkpySPIE18. On Linux/Mac: on the command line source path_to_anaconda3/bin/activate sitkpySPIE18 Go over the setup notebook (requires internet connectivity): cd SPIE2018_COURSE jupyter notebook setup.ipynb

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