#368 · Primary category: Computer Vision
GCNet
GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Project last updated:02/16/21
GitHub Stars
1.2K
Forks
165
Contributors
41
License
Apache-2.0
Why we included this project
GCNet is the official code behind the Global Context block, an attention module that gives detection and segmentation models a view of long-range dependencies without the heavy cost of full non-local networks. It runs on top of MMDetection, so if you already work in that PyTorch ecosystem you can read the configs, drop the GC block into your own detector, and skip the usual infrastructure work. The repo also tracks the paper's trajectory, from a Best Paper award at the ICCV 2019 Neural Architects Workshop to an extended TPAMI version, which helps when you're weighing whether the accuracy gain is worth the extra compute.
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)