facebookresearch/pytorchvideo

A deep learning library for video understanding research.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 19th, 2026
Created on March 9th, 2021
Open Issues & Pull Requests: 110 (+0)
GitHub issues: Enabled
Number of forks: 427
Total Stargazers: 3,565 (+0)
Total Subscribers: 150 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.7 days
Mean response time: 35.5 days
90th percentile: 127.0 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 653 days
Stale 30+ days: 6
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PyTorchVideo is a deep learning library for video understanding research.

The library addresses the need for reusable, modular, and efficient components in video understanding work. It provides video models, datasets, and video-specific transforms built on PyTorch, enabling researchers to accelerate their work without building infrastructure from scratch. The approach emphasizes efficiency through video-focused components that support accelerated inference on hardware, demonstrated by models like X3D running roughly eight times faster than real time on mobile devices.

Developers should choose this tool if they are conducting video understanding research and want to leverage pretrained state-of-the-art models with associated benchmarks. The library suits projects that need quick integration with existing PyTorch workflows and ecosystems. It includes extensive data loaders for different datasets and comes with a reproducible model zoo, making it practical for both prototyping and production use cases where video inference performance matters.

The project maintains active continuous integration with test coverage tracking. Development activity shows regular updates introducing new model architectures and capabilities to the codebase.