From a67a213e9096a73ec96d091cc97d566e5d7597c4 Mon Sep 17 00:00:00 2001 From: rentainhe <596106517@qq.com> Date: Tue, 20 Aug 2024 14:15:37 +0800 Subject: [PATCH] add docs for multi class detection using Florence-2 open-vocab func --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6b595a..cd967c9 100644 --- a/README.md +++ b/README.md @@ -298,8 +298,10 @@ python grounded_sam2_florence2_image_demo.py \ python grounded_sam2_florence2_image_demo.py \ --pipeline open_vocabulary_detection_segmentation \ --image_path ./notebooks/images/cars.jpg \ - --text_input "two cars" + --text_input "car building" ``` +- Note that if you want to detect multi-objects you should split them with `` in your input text. + ### Grounded SAM 2 Florence-2 Image Auto-Labeling Demo `Florence-2` can be used as a auto image annotator by cascading its caption capability with its grounding capability.