diff --git a/README.md b/README.md index 504079e4..6a6ce694 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ + + + +

A deep learning library for video understanding research.

@@ -22,7 +26,12 @@ Check the website for more information.

- + +| | +|:-------------------------------:|:--------------------------------------------------:| +| A PyTorchVideo-accelerated X3D model running on a Samsung Galaxy S10 phone. The model runs ~8x faster than real time, requiring roughly 130 ms to process one second of video.| A PyTorchVideo-based ResNet model performing video action detection.| + + ## Introduction PyTorchVideo is a deeplearning library with a focus on video understanding work. PytorchVideo provides resusable, modular and efficient components needed to accelerate the video understanding research. PyTorchVideo is developed using [PyTorch](https://pytorch.org) and supports different deeplearning video components like video models, video datasets, and video-specific transforms.