#72 · Primary category: Computer Vision
sahi
Framework agnostic sliced/tiled inference + interactive ui + error analysis plots
Project last updated:08/22/26
GitHub Stars
5.5K
Forks
781
Contributors
80
License
MIT
Why we included this project
SAHI tackles a common pain point: object detectors that fail on small objects spread across very large imagery. Instead of changing the model, it slices the image into overlapping tiles, runs inference on each piece, and stitches the predictions back together. That makes small objects appear larger to the detector and lets you process satellite and aerial imagery, as well as high-resolution street scenes, that would otherwise exceed GPU memory. It works with popular PyTorch backends like Ultralytics YOLO and MMDetection, and it also supports Hugging Face object detectors, so you can drop it into an existing pipeline without switching frameworks. Beyond inference, it supports fine-tuning on tiled data, and it includes utilities to slice COCO datasets and compute classwise metrics, plus error-analysis plots. Teams doing remote sensing or any large-image detection work will find it a practical, battle-tested companion.
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)