All Projects → bryanyzhu → Video Tutorial Cvpr2020

bryanyzhu / Video Tutorial Cvpr2020

A Comprehensive Tutorial on Video Modeling

Projects that are alternatives of or similar to Video Tutorial Cvpr2020

Ko en neural machine translation
Korean English NMT(Neural Machine Translation) with Gluon
Stars: ✭ 55 (+14.58%)
Mutual labels:  jupyter-notebook, mxnet
Insightface Just Works
Insightface face detection and recognition model that just works out of the box.
Stars: ✭ 127 (+164.58%)
Mutual labels:  jupyter-notebook, mxnet
Polyaxon Examples
Code for polyaxon tutorials and examples
Stars: ✭ 57 (+18.75%)
Mutual labels:  jupyter-notebook, mxnet
Mxnet Finetuner
An all-in-one Deep Learning toolkit for image classification to fine-tuning pretrained models using MXNet.
Stars: ✭ 100 (+108.33%)
Mutual labels:  jupyter-notebook, mxnet
Deeplearningzerotoall
TensorFlow Basic Tutorial Labs
Stars: ✭ 4,239 (+8731.25%)
Mutual labels:  jupyter-notebook, mxnet
Aws Machine Learning University Accelerated Cv
Machine Learning University: Accelerated Computer Vision Class
Stars: ✭ 1,068 (+2125%)
Mutual labels:  jupyter-notebook, mxnet
Aws Machine Learning University Accelerated Nlp
Machine Learning University: Accelerated Natural Language Processing Class
Stars: ✭ 1,695 (+3431.25%)
Mutual labels:  jupyter-notebook, mxnet
Vapoursynthcolab
AI Video Processing/Upscaling With VapourSynth in Google Colab
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook, mxnet
D2l Pytorch
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
Stars: ✭ 3,810 (+7837.5%)
Mutual labels:  jupyter-notebook, mxnet
Adaptis
[ICCV19] AdaptIS: Adaptive Instance Selection Network, https://arxiv.org/abs/1909.07829
Stars: ✭ 314 (+554.17%)
Mutual labels:  jupyter-notebook, mxnet
Fusenet
Deep fusion project of deeply-fused nets, and the study on the connection to ensembling
Stars: ✭ 230 (+379.17%)
Mutual labels:  jupyter-notebook, mxnet
Aws Machine Learning University Accelerated Tab
Machine Learning University: Accelerated Tabular Data Class
Stars: ✭ 718 (+1395.83%)
Mutual labels:  jupyter-notebook, mxnet
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+14031.25%)
Mutual labels:  jupyter-notebook, mxnet
Deep Learning Vm
Sets up a VM with Keras, TensorFlow, TFLearn and Theano installed
Stars: ✭ 23 (-52.08%)
Mutual labels:  jupyter-notebook, mxnet
Ai Team
清华大学AI自强项目课件以及代码下载,黑龙江大学机器学习小组学习历程。@清华大学数据院,感谢他们的课件以及源码
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Examples
Stand-alone pywren examples
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Multilateration
Multilateration in 2D: IoT/LoRaWAN Mass Surveillance
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
Meta Prod2vec
Repository for experiments with MetaProd2Vec and related algorithms.
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook
E Bliss Rapgen
e-bliss projesi rap sarki sozleri ureteci kaynak kodu
Stars: ✭ 48 (+0%)
Mutual labels:  jupyter-notebook
Sdc Vehicle Lane Detection
I am using an ensemble of classic computer vision and modern deep learning techniques, to detect the lane lines and the vehicles on a highway. This project was part of the Udacity SDC Nanodegree.
Stars: ✭ 47 (-2.08%)
Mutual labels:  jupyter-notebook

A Comprehensive Tutorial on Video Modeling (CVPR 2020)

Please check the official tutorial website for pre-recorded videos and slides. Thank you.

Abstract

This is a tutorial on video modeling organized by Amazon AWS. Our target audience includes students, researchers and engineers, who are interested in learning the recent advances in video modeling, performing research and applying them to real-world problems.

In this tutorial, we will have six technical sessions. We first briefly introduce the problem of human activity understanding in videos, including its input data, common tasks, popular models, and the open challenges. Following it, we dive deep into the technical details, and review recent video modeling methods in a chronological manner. We also introduce GluonCV video model zoo, which has coverage for popular video models and datasets with extensive tutorials. In order to train deep video models efficiently, we introduce an efficient video reader, Decord. Decord provides easy-to-use python interface for video slicing and high efficiency over existing video readers like OpenCV and PyAV. Then, we transit from modeling to deployment, and introduce the best practices we use to deploy video models to production ready devices, such as Jetson Nano/Xavier. In the end, we walk through the diverse set of video research being done at AWS, including tracking, pose estimation, activity classification and action detection.

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].