#459 · Primary category: Computer Vision
VisTR
[CVPR2021 Oral] End-to-End Video Instance Segmentation with Transformers
Project last updated:07/15/21
GitHub Stars
758
Forks
97
Contributors
2
License
Apache-2.0
Why we included this project
VisTR is the official code for a CVPR 2021 paper that handles video instance segmentation in a single pass. Instead of detecting objects frame by frame and then linking the results across time, it runs a whole clip through a Transformer and gets back a set of instance sequences directly. That removes a lot of hand-built post-processing, and the design will feel familiar to anyone who has worked with DETR-style object queries. The repo ships training and inference scripts, pretrained weights, and YouTubeVIS setup instructions, so reproducing the reported numbers is straightforward. One caveat: training needs a big GPU (the authors used 32 GB V100s), so this is for teams with real compute, not quick experiments on a laptop.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)