Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
T

T-Rex

> 编程语言
Open source

[ECCV2024] API code for T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy

2.7K stars0 likes0 views
WebsiteGitHub

About

[ECCV2024] API code for T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy


[2025/10/15] Rex-Omni: Still using traditional detectors? We've turned object detection into a simple "Next-Token Prediction" task with an MLLM! One model (fully open-sourced), zero-shot SOTA performance, tackling detection, referring, OCR, and GUI grounding all at once. Come see the next generation of perception models

Check out Rex-Omni!


You can get API access here https://cloud.deepdataspace.com/dashboard/usage. Once you get the API key, you can try T-Rex2 by following these example codes: https://github.com/IDEA-Research/T-Rex/tree/trex2/demo_examples


Introduction Video

Turn on the music if possible

News

  • 2024-06-24: We have introduced two new free products based on T-Rex2:
    • Count Anything APP: CountAnything is a versatile, efficient, and cost-effective counting tool that utilizes advanced computer vision algorithms, specifically T-Rex, for automated counting. It is applicable across various industries, including manufacturing, agriculture, and aquaculture.
  • T-Rex Label: T-Rex Label is an advanced annotation tool powerd by T-Rex2, specifically designed to handle the complexities of various industries and scenarios. It is the ideal choice for those aiming to streamline their workflows and effortlessly create high-quality datasets.
  • 2024-05-17: Grounding DINO 1.5 is released. This is IDEA Research's Most Capable Open-World Object Detection Model Series. It can detect any object throught text prompts!

Contents

  • Introduction Video
  • News
  • Contents
  • 1. Introduction
    • What Can T-Rex Do
  • 2. Try Demo
  • 3. API Usage Examples
    • Setup
    • Interactive Visual Prompt API
    • Generic Visual Prompt API
    • Customize Visual Prompt Embedding API
    • Embedding Inference API
  • 4. Local Gradio Demo with API
    • 4.1. Setup
    • 4.2. Run the Gradio Demo
    • 4.3. Basic Operations
  • 5. Related Works
  • BibTeX

1. Introduction

Object detection, the ability to locate and identify objects within an image, is a cornerstone of computer vision, pivotal to applications ranging from autonomous driving to content moderation. A notable limitation of traditional object detection models is their closed-set nature. These models are trained on a predetermined set of categories, confining their ability to recognize only those specific categories. The training process itself is arduous, demanding expert knowledge, extensive datasets, and intricate model tuning to achieve desirable accuracy. Moreover, the introduction of a novel object category, exacerbates these challenges, necessitating the entire process to be repeated.

T-Rex2 addresses these limitations by integrating both text and visual prompts in one model, thereby harnessing the strengths of both modalities. The synergy of text and visual prompts equips T-Rex2 with robust zero-shot capabilities, making it a versatile tool in the ever-changing landscape of object detection.

What Can T-Rex Do

T-Rex2 is well-suited for a variety of real-world applications, including but not limited to: agriculture, industry, livstock and wild animals monitoring, biology, medicine, OCR, retail, electronics, transportation, logistics, and more. T-Rex2 mainly supports three major workflows including interactive visual prompt workflow, generic visual prompt workflow and text prompt workflow. It can cover most of the application scenarios that require object detection

2. Try Demo

We are now opening online demo for T-Rex2. Check our demo here

3. API Usage Examples

You can get API access here https://cloud.deepdataspace.com/dashboard/usage. Once you get the API key, you can try T-Rex2 by following these example codes: https://github.com/IDEA-Research/T-Rex/tree/trex2/demo_examples

Setup

Install the API package and acquire the API token from the email.

git clone https://github.com/IDEA-Research/T-Rex.git
cd T-Rex
pip install dds-cloudapi-sdk==0.1.1
pip install -v -e .

Interactive Visual Prompt API

  • In interactive visual prompt workflow, users can provide visual prompts in boxes or points format on a given image to specify the object to be detected.

    python demo_examples/interactive_inference.py --token <your_token> 
    
    • You are supposed get the following visualization results at demo_vis/

Generic Visual Prompt API

  • In generic visual prompt workflow, users can provide visual prompts on one reference image and detect on the other image.

    python demo_examples/generic_inference.py --token <your_token> 
    
    • You are supposed get the following visualization results at demo_vis/

Customize Visual Prompt Embedding API

In this workflow, you can customize a visual embedding for a object category using multiple images. With this embedding, you can detect on any images.

python demo_examples/customize_embedding.py --token <your_token> 
  • You are supposed to get a download link for this visual prompt embedding in safetensors format. Save it and let's use it for embedding_inference.

Embedding Inference API

With the visual prompt embeddings generated from the previous API. You can use it detect on any images.

  python demo_examples/embedding_inference.py --token <your_token> 

4. Local Gradio Demo with API

4.1. Setup

  • Install T-Rex2 API if you haven't done so
- install gradio and other dependencies
```bash
# install gradio and other dependencies
pip install gradio-image-prompter

4.2. Run the Gradio Demo

python gradio_demo.py --trex2_api_token <your_token>

…


@misc{jiang2024trex2,
      title={T-Rex2: Towards Generic Object Detection via Text-Visual Prompt Synergy}, 
      author={Qing Jiang and Feng Li and Zhaoyang Zeng and Tianhe Ren and Shilong Liu and Lei Zhang},
      year={2024},
      eprint={2403.14610},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Pythoninteractiveobject-countingobject-detectionopen-set

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言