SimpleITK Setup and Schedule

Slides:



Advertisements
Similar presentations
INFSO-RI Module 03 Installing the ETICS Client Alberto Di Meglio.
Advertisements

By: Lloyd Albin 9/28/2012. We are not talking about a Raspberry Pie.
®® Microsoft Windows 7 for Power Users Tutorial 6 Optimizing Your Hard Disk.
CONNECTING REMOTE PC WITHOUT ANY SOFTWARE USING CHROME WEB BROWSER WITH ITS ADD-ON/EXTENSION FOR REMOTE ACCESS HASSLE FREE ACCESS USING A COMMON GMAIL.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 7 Topics: Tech Talks Field Trip Complete VirtualBox/Ubuntu.
How to install the Zelle graphics package
Overview Basic functions Features Installation: Windows host and Linux host.
NA-MIC National Alliance for Medical Image Computing CARMA Registration Alan Morris, Greg Gardner, Salma Bengali, Josh Cates, Rob.
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
NA-MIC National Alliance for Medical Image Computing CARMA Registration Salma Bengali, Alan Morris, Greg Gardner, Josh Cates, Rob.
®® Microsoft Windows 7 for Power Users Tutorial 8 Troubleshooting Windows 7.
IPT2 user interface customization and locale translation Alan Yang, Kun Chi Lai, Jim Hsu Biodiversity Research Center, Academia Sinica.
HDVC & Client Reflector server SIP Server User management HDVC & Client.
Installation of IPT2 Chien-Wen CHEN Taiwan Forestry Research Institute 2012,Jun,26.
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.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Data Science Background and Course Software setup Week 1.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
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.
1 Overview of Microsoft Windows 2000 Multipurpose OS Reduces total cost of ownership (TCO)
Practical Kinetics Exercise 0: Getting Started Objectives: 1.Install Python and IPython Notebook 2.print “Hello World!”
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
Getting Started as an EdgeX Developer
Cygwin: getting the setup tool
Packaging and Deploying Windows Applications
Outline Installing Gem5 SPEC2006 for Gem5 Configuring Gem5.
CSC 215 : Procedural Programming with C
Red hat Installation 2 Live CD.
Software Engineering for Data Scientists
IST256 : Applications Programming for Information Systems
BIF713 Managing Disk Space.
Getting Started as an EdgeX Developer
How to add the packages for printing decision trees
DATA MINING Python.
Andrew Pruski SQL Server & Containers
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
Introduction to Python programming
SimpleITK Historical Overview: Standing on the Shoulders of Giants
Notebook Development and Testing
Notebook Development and Testing
Apache MXNet | Installation
Automating reports with Python
SimpleITK Setup and Schedule
SimpleITK Setup and Schedule
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
Windows Installation Tutorial
Python/TensorFlow Installation
Notebook Development and Testing
SimpleITK Fundamental Concepts
SimpleITK Historical Overview: Standing on the Shoulders of Giants
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
Data science laboratory (DSLAB)
Enol Fernandez & Giuseppe La Rocca EGI Foundation
Installations for Course
Installations for Course
Presentation transcript:

SimpleITK Setup and Schedule Ziv Yaniv1,2 , Bradley C. Lowekamp1,2 1National Institutes of Health 2Medical 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/ 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 conda conda update anaconda conda install git

Setup Clone the repository: git clone https://github.com/SimpleITK/SPIE2019_COURSE.git Create the virtual environment containing all packages required for the course: conda env 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: jupyter nbextension enable --py --sys-prefix widgetsnbextension Go over the setup notebook (requires internet connectivity): jupyter notebook SPIE2019_COURSE/setup.ipynb

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.