#395 · Primary category: Computer Vision
OpenLongTailRecognition-OLTR
Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
Project last updated:07/16/22
GitHub Stars
873
Forks
130
Contributors
4
License
BSD-3-Clause
Why we included this project
Long-tail data is the norm in many real-world recognition tasks, and OLTR is the authors' own PyTorch implementation of their CVPR 2019 oral method for handling it. The repo comes with training configs and pretrained weights for the ImageNet-LT and Places-LT benchmarks, so you can reproduce the reported numbers and compare OLTR against simpler techniques like reweighting or resampling. That makes it a practical reference for teams that need to improve recall on rare classes, whether those are uncommon species, unusual defect types, or niche product categories, without giving up accuracy on frequent ones. The code also fixes the false positive metric calculation and separates stage one and stage two training cleanly, so it is easy to adapt if you bring your own data.
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)