From 479f60911192015789789d1bd48d971b34c1942e Mon Sep 17 00:00:00 2001 From: Laurenz Heidrich <76972145+laurenzheidrich@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:52:30 +0200 Subject: [PATCH] added missing " --- configs/mm_grounding_dino/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mm_grounding_dino/usage.md b/configs/mm_grounding_dino/usage.md index 123c6638cbe..9bb334f609c 100644 --- a/configs/mm_grounding_dino/usage.md +++ b/configs/mm_grounding_dino/usage.md @@ -9,7 +9,7 @@ cd $MMDETROOT pip install -r requirements/multimodal.txt pip install emoji ddd-dataset -pip install git+https://github.com/lvis-dataset/lvis-api.git" +pip install "git+https://github.com/lvis-dataset/lvis-api.git" ``` Please note that since the LVIS third-party library does not currently support numpy 1.24, ensure that your numpy version meets the requirements. It is recommended to install numpy version 1.23.