TorchVision | PyTorch Developer Day 2020
Key Takeaways
The video discusses TorchVision, a PyTorch library for computer vision, and its new features, including native TorchScript and ONNX support, mixed precision training and inference, and updated transforms and IO functions.
Full Transcript
[Music] hi everyone and welcome to the 2020 pie charts developer day i'm francisco masa and i'm a research engineer at facebook ai i work in the pytorch team and i'm the maintainer of torch vision today i'll be talking about what torch vision is how it can enable you to get started in computer vision with pytorch and the latest additions that have been introduced to talk to vision over the last year the first question you might ask yourself is what is storage vision torch vision is a library that is built to facilitate research and experimentation in computer vision it extends by torch with functionality which is very specific and useful to computer vision so that keeps the pathwatch library lean and focused on core diploma abstractions but what exactly is their interactivity let's have a closer look trotvision facilitates research and experimentation in computer vision by providing a number of building blocks that allows you to quickly start a new project end-to-end it provides data sets common data sets for a number of mainstream vision tasks such as classification and object detection it also has models we provide reference pre-trained models for classification detection and more protovision also has start scriptable operators specific to computer vision models and data transformation operators to simplify creating data augmentation pipelines additionally it contains primitives for efficient image and video reading and finally reference training scripts which illustrates with a few files how it can train yourself the modern import vision leveraging the building blocks that we provide over the last year we have been improving through division in order to simplify the path from research to production the way pi torch enables the research production path is via throat script an intermediate representation of your python program that it can be exportable to run on c plus environments via the throat script runtime the core part of every deep learning pipeline resides on its models by closely working with the torch script and onyx teams we have enabled all touch vision models to natively support thoughtscript and onixport thanks to the pre-trained models in trout fusion you can quickly build c classifications leveraging the power of deep learning but models are only part of the story when it comes to embedding your python code into a c plus plus runtime very often you need to prepare the input data into a format that is compatible with the model torque division used to rely on pillow for most of the data transformations so moving your application to c plus plus requires implementing the transformations in a way which is compatible with c plus plus now portuguese transforms can directly work controlled answers and can be exported to torch script so you only need to implement the transforms once in python finally tortivision now provides native io functions for image and video decoding enabling the full raw data to model prediction pipeline to be converted from python to c plus plus now let's get a closer look at each one of those points all part division models have native throat script and onix support so that exporting them to c plus plus can be done with a couple of lines of code additionally mixed precision training and inference is available for all models enabling faster runtime with lower memory footprint start vision transforms have been updated to inherit from any module and accept storage sensors as input with torch crypt compatibility this brings several benefits to the data augmentation pipeline such as off-the-shelf gpu support video use case enablement via efficient batch transformations of frames and the possibility to explore the transforms together with your model in c plus plus environments tortivision now provides image reading and writing operators for jpeg and png formats with native transcript support you can directly read local image path into a torch dancer or alternatively decompose the operators into raw file reading where only the bytes of the file are read and returned as the uint8 tensor and the coating of the raw data into an image sensor thanks to native storage script support image decoding can be embedded together with your model for an end-to-end export experience finally trotvision provides a frame based video written api with support for both audio and video and short scripts compatibility the video reader is an iterator and can be combined with eater tools for advanced video reading patterns such as written the next 10 frames after a specified timestamp or skipping every other frame in the video or reading all frames between two timestamps this new video reader api is currently released as beta and its api can change following user feedback we have some additional examples of the new functionalities in short vision in the examples folder on github where you can find notebooks for the video reader api as well as the transforms in torque vision we welcome any contributions if you find a bug have a request for an improvement or a new feature inclusion let us know via the issue tracker on the torch vision github page or contribute via pull requests i'd like to thank you for watching and i hope that your vision can help you build great new applications leveraging [Music] pytorch
Original Description
TorchVision is a domain library for PyTorch, consisting of popular datasets, model architectures, common image transformations, and operators for computer vision. In this talk, Francisco Massa, a PyTorch research engineer, will examine the new features added to TorchVision in 2020. The highlights include native research to production enablement via TorchScript and ONNX support, enhanced transforms with Tensor and GPU support, new primitives for image IO, and a new beta API for video reading.
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from PyTorch · PyTorch · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
What is PyTorch?
PyTorch
PyTorch Tutorial: A Quick Preview
PyTorch
PyTorch Summer Hackathon 2019
PyTorch
Tips and Tricks on Hacking with PyTorch: A Quick Tutorial by Brad Heintz
PyTorch
PyTorch 1.2 and PyTorch Hub: A Quick Introduction by Soumith Chintala and Ailing Zhang
PyTorch
Torchtext 0.4 with Supervised Learning Datasets: A Quick Introduction by George Zhang
PyTorch
Torchaudio 0.3 with Kaldi Compatibility, New Transforms: A Quick Introduction by Jason Lian
PyTorch
Torchvision 0.4 with Support for Video: A Quick Introduction by Francisco Massa
PyTorch
Introduction to Machine Learning for Developers at F8 2019
PyTorch
Powered by PyTorch at F8 2019
PyTorch
Developing and Scaling AI Experiences at Facebook with PyTorch at F8 2019
PyTorch
New Approaches to Image and Video Reconstruction Using Deep Learning at Facebook at F8 2019
PyTorch
PyTorch Developer Conference 2018: Recap
PyTorch
PyTorch Developer Conference 2018: Keynote & Deep Dive
PyTorch
PyTorch Developer Conference 2018: Production & Research Sessions
PyTorch
PyTorch Developer Conference 2018: Cloud & Academia Sessions
PyTorch
PyTorch Developer Conference 2018: Enterprise, Education, & Future of AI Panel
PyTorch
PyTorch Developer Conference 2019 | Full Livestream
PyTorch
PyTorch Developer Conference 2019: Recap
PyTorch
PyTorch Developer Conference Keynote - Mike Schroepfer
PyTorch
What’s new in PyTorch 1.3 - Lin Qiao
PyTorch
PyTorch Front-End Features: Named Tensors and Type Promotion - Gregory Chanan
PyTorch
Research to Production: PyTorch JIT/TorchScript Updates - Michael Suo
PyTorch
Quantization - Dmytro Dzhulgakov
PyTorch
PyTorch ONNX Export Support - Lara Haidar, Microsoft
PyTorch
Apex - Michael Carilli, NVIDIA
PyTorch
Dataloader Design for PyTorch - Tongzhou Wang, MIT
PyTorch
Linear Algebra in PyTorch - Vishwak Srinivasan, CMU
PyTorch
PyTorch Mobile - David Reiss
PyTorch
Model Interpretability with Captum - Narine Kokhilkyan
PyTorch
Detectron2 - Next Gen Object Detection Library - Yuxin Wu
PyTorch
Speech Extensions to Fairseq - Dmytro Okhonko
PyTorch
PyTorch on Google Cloud TPUs - Google, Salesforce, Facebook
PyTorch
PyTorch Summer Hackathon Winners - Joe Spisak, Sebastien Arnold, Tristan Deleu
PyTorch
PyTorch in Robotics - Yisong Yue, Caltech
PyTorch
StanfordNLP - Yuhao Zhang, Stanford
PyTorch
Sotabench for Reproducible Research - Robert Stojnic, Papers with Code
PyTorch
Collaborative Natural Language Inference - Sasha Rush, Cornell
PyTorch
Privacy Preserving AI - Andrew Trask, OpenMined
PyTorch
CrypTen - Laurens van der Maaten
PyTorch
PyTorch at Uber - Sidney Zhang, Uber
PyTorch
PyTorch at Tesla - Andrej Karpathy, Tesla
PyTorch
PyTorch at Microsoft - Saurabh Tiwary, Microsoft
PyTorch
PyTorch at Dolby Labs - Vivek Kumar, Dolby Labs
PyTorch
PyTorch Developer Conference 2019 - Panel Discussion
PyTorch
Using deep learning and PyTorch to power next gen aircraft at Caltech
PyTorch
Named Tensors, Model Quantization, and the Latest PyTorch Features - Part 1
PyTorch
TorchScript and PyTorch JIT | Deep Dive
PyTorch
Announcing the PyTorch Global Summer Hackathon 2020
PyTorch
Opening Up the Black Box: Model Understanding with Captum and PyTorch
PyTorch
PyTorch Mobile Runtime for Android
PyTorch
Torchvision in 5 minutes
PyTorch
3D Deep Learning with PyTorch3D
PyTorch
What is Torchtext?
PyTorch
TorchAudio: A Quick Intro
PyTorch
PyTorch Mobile Runtime for iOS
PyTorch
PySlowFast: Deep learning with Video
PyTorch
PyTorch Pruning | How it's Made by Michela Paganini
PyTorch
Measuring Fairness in Machine Learning Systems
PyTorch
PyTorch for Hackathons
PyTorch
More on: Modern CV Models
View skill →
🎓
Tutor Explanation
DeepCamp AI