update README

This commit is contained in:
rentainhe
2024-10-18 16:21:32 +08:00
parent 20dd89b60e
commit 5abc04b713

View File

@@ -341,7 +341,7 @@ python grounded_sam2_florence2_image_demo.py \
--image_path ./notebooks/images/cars.jpg \
--text_input "car <and> building"
```
- Note that if you want to detect multi-objects you should split them with `<and>` in your input text.
- Note that if you want to **detect multiple classes** you should split them with `<and>` in your input text.
### Grounded SAM 2 Florence-2 Image Auto-Labeling Demo