#387 · Primary category: Computer Vision
YOLOS
[NeurIPS 2021] You Only Look at One Sequence
Project last updated:05/04/22
GitHub Stars
901
Forks
125
Contributors
4
License
MIT
Why we included this project
YOLOS is a compact research codebase that shows how far a plain Vision Transformer can go on object detection. Instead of stacking convolutional feature pyramids and task-specific heads, it treats detection as a sequence problem: image patches go through an unmodified ViT backbone, and the model learns to emit detection tokens. The repo includes pretrained weights and an attention visualization notebook, so it is straightforward to reproduce the NeurIPS 2021 paper's results or compare a pure transformer detector against the hybrid designs that followed. Since the model is also integrated into Hugging Face Transformers, you can load and run it without compiling the source yourself. For anyone curious about whether transformer-only architectures can replace the usual detection backbones, this is a tidy baseline to study.
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)