From 5abc04b7138515cdd451357c6219db463ed40577 Mon Sep 17 00:00:00 2001 From: rentainhe <596106517@qq.com> Date: Fri, 18 Oct 2024 16:21:32 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c66f4..33ec392 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ python grounded_sam2_florence2_image_demo.py \ --image_path ./notebooks/images/cars.jpg \ --text_input "car building" ``` -- Note that if you want to detect multi-objects you should split them with `` in your input text. +- Note that if you want to **detect multiple classes** you should split them with `` in your input text. ### Grounded SAM 2 Florence-2 Image Auto-Labeling Demo