#269 · Primary category: Computer Vision
FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
Project last updated:12/09/23
GitHub Stars
3.3K
Forks
621
Contributors
67
License
Other
Why we included this project
FCOS showed that a one-stage detector can skip anchor boxes entirely and still beat classic region-based methods like Faster R-CNN. The fully convolutional head predicts bounding boxes directly from the feature map, so you never have to tune anchor hyperparameters. If you work in PyTorch and use FPN backbones, the codebase is straightforward and the repo includes the published recipe for reproducing strong COCO results. It also works well as a starting point for prototyping anchor-free detection or comparing against later detectors built on this design. For research-oriented engineers, this is a solid, well-documented baseline to fork and extend rather than a turnkey product.
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)