From 6c27bc76b9c7252c201e0b8c680d7349a7a0aaf8 Mon Sep 17 00:00:00 2001 From: Ren Tianhe <48727989+rentainhe@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:03:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc02670..706479c 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ If you would like to specify the phrases to detect, here is a demo: ```bash CUDA_VISIBLE_DEVICES={GPU ID} python demo/inference_on_a_image.py \ -c groundingdino/config/GroundingDINO_SwinT_OGC.py \ --p /comp_robot/liushilong/data/pretrained/grounding_pretrain/groundingdino_swint_ogc.pth \ +-p ./groundingdino_swint_ogc.pth \ -i .asset/cat_dog.jpeg \ -o logs/1111 \ -t "There is a cat and a dog in the image ." \