#346 · Primary category: Computer Vision
tokenize-anything
[ECCV 2024] Tokenize Anything via Prompting
Project last updated:12/11/24
GitHub Stars
600
Forks
27
Contributors
5
License
Apache-2.0
Why we included this project
Teams building interactive image tools often need a model that handles several region-level jobs at once, and Tokenize Anything does them in a single pass. Give it a point, box, or sketch prompt, and it segments the area, identifies what it is, and returns a caption, which saves you from chaining a segmentation model to a separate captioner. The code is modular: predictors are decoupled from the model, and a registry lets you plug in your own inference logic instead of editing a monolithic script. Pretrained checkpoints in three sizes (ViT-B/L/H) plus concept weight files let you pick an accuracy/speed trade-off and swap encoders as your workload changes. It is research-grade software with notebooks for inference and evaluation, so expect to adapt it to your own data rather than treat it as a turnkey service.
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)