• Stars
    star
    278
  • Rank 147,563 (Top 3 %)
  • Language
    Jupyter Notebook
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tutorial Materials for ICCV19

ICCV 2019 Tutorial: Everything You Need to Know to Reproduce SOTA Deep Learning Models

Time: Sunday, October 27, 2019. Half Day - AM (0800-1215)
Location: Auditorium, [COEX Convention Center](https://goo.gl/maps/VKDgLyYf8NDC1e4E6)

Presenter: Zhi Zhang, Sam Skalicky, Muhyun Kim, Jiyang Kang

AWS Icon Β  AmazonAI Icon Β  Neo Icon Β  Apache Incubator Icon Β  MXNet Icon Β  Gluon Icon Β  TVM Icon

Abstract

Deep Learning has become the de facto standard algorithm in computer vision. There are a surge amount of approaches being proposed every year for different tasks. Reproducing the complete system in every single detail can be problematic and time-consuming, especially for the beginners. Existing open-source implementations are typically not well-maintained and the code can be easily broken by the rapid updates of the deep learning frameworks. In this tutorial, we will walk through the technical details of the state-of-the-art (SOTA) algorithms in major computer vision tasks, and we also provide the code implementations and hands-on tutorials to reproduce the large-scale training in this tutorial.

Agenda

Time Title Slides Notebooks
8:00-8:15 Welcome and AWS Setup(Free instance available) link
8:15-8:40 Introduction to MXNet and GluonCV link,link
8:40-9:00 Deep Learning and Gluon Basics (NDArray, AutoGrad, Libraries) link,link
9:00-9:30 Bag of Tricks for Image Classification (ResNet, MobileNet, Inception) link link
9:30-10:00 Bag of Freebies for Object Detectors (SSD, Faster RCNN, YOLOV3) link link
10:00-10:30 Semantic segmentation algorithms (FCN, PSPNet, DeepLabV3, VPLR) link link
10:30-11:00 Pose Estimation(SimplePose, AlphaPose) link link
11:00-11:30 Action Recognition(TSN, I3D) link
11:30-12:00 Painless Deployment (C++, TVM) link link,link
12:00-12:15 Q&A and Closing

Q&A

Q1: How do I setup the environments for this tutorial?

A1: There will be all-in-one AWS SageMaker notebooks available for all local attendees, you need to bring your laptop and have a working email to access the notebooks.

Q2: How do I setup the environment in SageMaker after this tutorial?

A2: You can use lifetime-config to create sagemaker notebook instance using this lifetime-config. Make sure you have more than 30G disk space for the new notebook instance.

Organizers

Hang Zhang, Tong He, Zhi Zhang, Zhongyue Zhang, Haibin Lin, Aston Zhang, Mu Li

More Repositories

1

mxnet-ssd

MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
Python
764
star
2

mxnet-yolo

YOLO: You only look once real-time object detector
Python
237
star
3

mxnet-ssd.cpp

C++ object detection module for mxnet-ssd
C++
95
star
4

zupply

Essential light-weight portable C++ 11 library dealing with images/files/systems for researches and demos
C++
43
star
5

cvpr2020-videomodeling-deployment

Materials for demonstrating video model deployment
C++
16
star
6

mini-amazon-go

Computer Vision Hackathon: Mini Amazon Go
Jupyter Notebook
12
star
7

opencv-bootstrap

OpenCV Visual Studio/Eclipse/Makefile project generator
CMake
12
star
8

AutoGluon-Tutorial

Hands-on tutorials for AutoGluon
Jupyter Notebook
9
star
9

PersonReIdentification

Reserach for person re-identification
C++
8
star
10

autocfg

All you need is a minimal config system for automl
Python
7
star
11

ComicViewer

PHP Comic/Manga Viewer server
JavaScript
6
star
12

GTC2020-AutoGluonCV

Materials for Nvidia GTC 2020: From HPO to NAS: Scalable autonomous deep learning for computer vision
Jupyter Notebook
6
star
13

yolo-demo-server

Demo server backbone with yolo detection model
C
6
star
14

gluoncv-distro

PyPI for gluonvision
Python
3
star
15

synthetic-pokemon

Synthetic tool for generating tons of pokemons! with random pose and background
JavaScript
2
star
16

mxnet-distro-win

MXNet python package for windows
Batchfile
2
star
17

gluoncv-sagemaker-serving

SageMaker serving for GluonCV models
Python
1
star
18

gluoncv-sagemaker-examples

Examples for using gluoncv model listings
Jupyter Notebook
1
star
19

adaBoost

Simple ada-boost training/testing module
C++
1
star
20

OpenZL

Open EZ Library for CV projects
C++
1
star
21

FaceReco

Face Recognition for iOS
Objective-C++
1
star