#324 · Primary category: Computer Vision
GPT4RoI
(ECCVW 2025)GPT4RoI: Instruction Tuning Large Language Model on Region-of-Interest
Project last updated:06/03/25
GitHub Stars
556
Forks
28
Contributors
3
License
Other
Why we included this project
GPT4RoI is a research codebase for region-level image understanding: it instruction-tunes a large language model so that instead of describing a whole image, it can take a specific region of interest and answer questions about just that area. That makes it directly relevant to visual grounding and fine-grained visual question answering. The repo includes the full training and inference pipeline plus a Gradio demo, so it's a workable starting point if you want to see how region-conditioned instruction tuning is actually built on top of a multimodal backbone. The released delta weights let you reconstruct the model by combining them with the original LLaMA weights rather than retraining from scratch. One caveat: the code is under a non-commercial license, so treat it as material for academic study, not something to ship in a 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)