From 0a7f502fa28673fc93ce24ae5fc1e6a3d14c9cc4 Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Fri, 10 Mar 2023 15:29:26 +0800 Subject: [PATCH] fix bugs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e61ca94..e358466 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Official pytorch implementation of [Grounding DINO](https://arxiv.org/abs/2303.0 - Pure Transformer-based. - COCO zero-shot **52.5 AP** (training without COCO data!). COCO fine-tune **63.0 AP**. -![hero_figure](.asset\hero_figure.png) +![hero_figure](.asset/hero_figure.png) ## Model Includes: a text backbone, an image backbone, a feature enhancer, a language-guided query selection, and a cross-modality decoder. -![arch](.asset\arch.png) +![arch](.asset/arch.png) # Links