Skip to content

Commit

Permalink
update readme with video and teaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Mountchicken committed May 16, 2024
1 parent 9d4d709 commit 871659a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
48 changes: 33 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
# Grounding DINO 1.5

**[IDEA-CVR, IDEA-Research](https://github.com/IDEA-Research)**
<div align=center>

**IDEA Research's Most Capable Open-World Object Detection Model Series.** The project provides **examples** for using the models, which are hosted on [DeepDataSpace](https://deepdataspace.com/home).
**IDEA Research's Most Capable Open-World Object Detection Model Series.** The project provides **examples** for using the models, which are hosted on [DeepDataSpace](https://deepdataspace.com/home).

[[`Paper`]()] [[`Blog`]()] [[`Demo`]()] [[`BibTex`](#bibtex)]
**[IDEA-CVR, IDEA-Research](https://github.com/IDEA-Research)**

</div>

<div align=center>

[![arXiv preprint](https://img.shields.io/badge/arxiv_2403.14610-blue%3Flog%3Darxiv)](https://arxiv.org/pdf/2403.14610.pdf) [![Homepage](https://img.shields.io/badge/homepage-visit-blue)](https://deepdataspace.com/home) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FIDEA-Research%2FGrounding-DINO-1.5-API&count_bg=%2390E1ED&title_bg=%23EB7373&icon=&icon_color=%23E9BABA&title=VISITORS&edge_flat=true)](https://hits.seeyoufarm.com) [![Static Badge](https://img.shields.io/badge/Try_Demo!-blue?logo=chainguard&logoColor=green)](https://deepdataspace.com/playground/grounding_dino)
</div>

[![Video Name](asset/video_cover.jpg)](https://github.com/Mountchicken/DeepStudio/assets/65173622/7f5fcb50-b41d-4a0f-b07e-0dfbf3f1118b)


## Contents
- [Introduction](#introduction)
- [Model Framework](#model-framework)
- [Performance](#performance)
- [Zero-Shot Transfer Performance of Grounding DINO 1.5 Pro](#zero-shot-transfer-results-of-grounding-dino-15-pro)
- [Fine-tuning Performance on Downstream Datasets](#fine-tuning-results-on-downstream-datasets)
- [API Usage](#api-usage)
- [Related Work](#related-project)
- [BibTeX](#bibtex)
- [Grounding DINO 1.5](#grounding-dino-15)
- [Contents](#contents)
- [Introduction](#introduction)
- [Model Framework](#model-framework)
- [Performance](#performance)
- [Zero-Shot Transfer Results of Grounding DINO 1.5 Pro](#zero-shot-transfer-results-of-grounding-dino-15-pro)
- [Fine-tuning Results on Downstream Datasets](#fine-tuning-results-on-downstream-datasets)
- [API Usage](#api-usage)
- [1. Installation](#1-installation)
- [2. Request API from DeepDataSpace](#2-request-api-from-deepdataspace)
- [3. Runing demo code](#3-runing-demo-code)
- [4. Online Grdio demo](#4-online-grdio-demo)
- [Related Work](#related-work)
- [BibTeX](#bibtex)

## Introduction

Expand Down Expand Up @@ -184,21 +199,24 @@ Grounding DINO 1.5 Pro preserves the core architecture of Grounding DINO which e
### 1. Installation

```bash
pip install dds-cloudapi-sdk
pip install -v -e .
```

### 2. Request API from DeepDataSpace

Refer to the DeepDataSpace for API keys: https://deepdataspace.com/request_api


### 3. Runing demo
### 3. Runing demo code

```bash
export DDS_API="your_api"
python demo/demo.py
python demo/demo.py --token <API_TOKEN>
```

### 4. Online Grdio demo
```bash
python gradio_app.py --token <API_TOKEN>
```

## Related Work
- [Grounding DINO](https://github.com/IDEA-Research/GroundingDINO): Strong open-set object detection model.
Expand Down
Binary file added asset/video_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dds-cloudapi-sdk==0.2.1
dds-cloudapi-sdk==0.2.1
gradio==4.22.0

0 comments on commit 871659a

Please sign in to comment.