All Projects → aribornstein → Cvworkshop Deprecated

aribornstein / Cvworkshop Deprecated

Licence: mit
This workshop has been deprecated check out the new workshop here https://github.com/aribornstein/cvworkshop

Projects that are alternatives of or similar to Cvworkshop Deprecated

Python
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Julia Programming Cookbook
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Dped Tensorflow
TensorFlow implementation of "DSLR-Quality Photos on Mobile Devices with Deep Convolutional Networks"
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Cose474
COSE474: Deep Learning @ Korea University
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorials
Series of Tensorflow Tutorials
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Python Zero To Hero Beginners Course
Materials for a Python Beginner's Course. First given at the Royal Society of Biology. Designed and delivered by Chas Nelson and Mikolaj Kundegorski.
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Covid 19 Detection
Detecting Covid-19 from X-ray
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Lambdaschooldatascience
Completed assignments and coding challenges from the Lambda School Data Science program.
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Fssgi
Exploratory Project on Fast Screen Space Global Illumination
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Python
Python code for YouTube videos.
Stars: ✭ 903 (+4004.55%)
Mutual labels:  jupyter-notebook
Recommendation System Practice Notes
《推荐系统实践》代码与读书笔记,在线阅读地址:https://relph1119.github.io/recommendation-system-practice-notes
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Scite
Causality Extraction based on Self-Attentive BiLSTM-CRF with Transferred Embeddings
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Hacktoberfest 2k19
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Papers Books Reading
🍬Some papers & books I’ve read.
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Pyncov 19
Pyncov-19: Learn and predict the spread of COVID-19
Stars: ✭ 20 (-9.09%)
Mutual labels:  jupyter-notebook
Pandas Formats Benchmark
A little benchmark comparing Pandas data frames serialization formats
Stars: ✭ 18 (-18.18%)
Mutual labels:  jupyter-notebook
Pycurious
Python package for computing the Curie depth from the magnetic anomaly
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Variational gradient matching for dynamical systems
Sample code for the NIPS paper "Scalable Variational Inference for Dynamical Systems"
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook
Finer Tsne
Code for the paper on t-SNE with variable degree of freedom
Stars: ✭ 22 (+0%)
Mutual labels:  jupyter-notebook

Note this workshop has been deprecated

Check out the new workshop with full CPU support, Keras examples, RetinaNet support explinations of the latest Azure Machine Learning Service here

Computer Vision Workshop

In this workshop we'll be exploring the topic of Computer Vision, through deep diving into a recent real world customer scenario. We’ll compare different approaches and demonstrate how the open source VoTT (Visual Object Tagging Tool) can be used to easily annotate image and quickly iterate object detection models for complex image classification scenarios.

This computer vision workshop is based on the work detecting complex policies in the following real life code story

Setup Instructions

Step 1

Download and Install the docker or if you have a gpu and unix based os the nvidia-docker client.

Step 2

Clone or download the Computer Vision Workshop repo

Step 3

OPTION A From TAR File Load from the tar file with the following command

docker load < cv_workshop.tar

OPTION B NO TAR File If you don't have tar file. Build the workshop docker image using the following command for either cpu or gpu.

CPU

docker build -f Dockerfile-py3-cpu . -t cv

GPU

nvidia-docker build -f Dockerfile-py3-gpu . -t cv

Step 4

Run the image you built using the following command for either cpu or gpu to start the notebook server. If you are on windows make sure you are running linux containers.

CPU

sudo docker run -it -v /var/run/docker.sock:/var/run/docker.sock -p 8888:8888 --expose=8888 cv

GPU

sudo nvidia-docker run -it  -v /var/run/docker.sock:/var/run/docker.sock -p 8888:8888 --expose=8888 cv

Step 5

Copy and store the notebook token key that is displayed after the notebook server is running

Step 6

Navigate to http://localhost:8888/tree and enter the token you copied.

Step 7

Click on the "Computer Vision Workshop Intro" notebook and confirm that everthing loads as expected

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].