refine file name

This commit is contained in:
rentainhe
2024-08-19 00:29:23 +08:00
parent 899f7ccb68
commit 0e4c00c2b0
2 changed files with 6 additions and 6 deletions

View File

@@ -253,28 +253,28 @@ Integrate `Florence-2` with `SAM-2`, we can build a strong vision pipeline to so
**Object Detection and Segmentation** **Object Detection and Segmentation**
```bash ```bash
python grounded_sam2_image_demo_florence2.py \ python grounded_sam2_florence2_image_demo.py \
--pipeline object_detection_segmentation \ --pipeline object_detection_segmentation \
--image_path ./notebooks/images/cars.jpg --image_path ./notebooks/images/cars.jpg
``` ```
**Dense Region Caption and Segmentation** **Dense Region Caption and Segmentation**
```bash ```bash
python grounded_sam2_image_demo_florence2.py \ python grounded_sam2_florence2_image_demo.py \
--pipeline dense_region_caption_segmentation \ --pipeline dense_region_caption_segmentation \
--image_path ./notebooks/images/cars.jpg --image_path ./notebooks/images/cars.jpg
``` ```
**Region Proposal and Segmentation** **Region Proposal and Segmentation**
```bash ```bash
python grounded_sam2_image_demo_florence2.py \ python grounded_sam2_florence2_image_demo.py \
--pipeline region_proposal_segmentation \ --pipeline region_proposal_segmentation \
--image_path ./notebooks/images/cars.jpg --image_path ./notebooks/images/cars.jpg
``` ```
**Phrase Grounding and Segmentation** **Phrase Grounding and Segmentation**
```bash ```bash
python grounded_sam2_image_demo_florence2.py \ python grounded_sam2_florence2_image_demo.py \
--pipeline phrase_grounding_segmentation \ --pipeline phrase_grounding_segmentation \
--image_path ./notebooks/images/cars.jpg \ --image_path ./notebooks/images/cars.jpg \
--text_input "The image shows two vintage Chevrolet cars parked side by side, with one being a red convertible and the other a pink sedan, \ --text_input "The image shows two vintage Chevrolet cars parked side by side, with one being a red convertible and the other a pink sedan, \
@@ -284,7 +284,7 @@ python grounded_sam2_image_demo_florence2.py \
**Referring Expression Segmentation** **Referring Expression Segmentation**
```bash ```bash
python grounded_sam2_image_demo_florence2.py \ python grounded_sam2_florence2_image_demo.py \
--pipeline referring_expression_segmentation \ --pipeline referring_expression_segmentation \
--image_path ./notebooks/images/cars.jpg \ --image_path ./notebooks/images/cars.jpg \
--text_input "The left red car." --text_input "The left red car."
@@ -292,7 +292,7 @@ python grounded_sam2_image_demo_florence2.py \
**Open-Vocabulary Detection and Segmentation** **Open-Vocabulary Detection and Segmentation**
```bash ```bash
python grounded_sam2_image_demo_florence2.py \ python grounded_sam2_florence2_image_demo.py \
--pipeline open_vocabulary_detection_segmentation \ --pipeline open_vocabulary_detection_segmentation \
--image_path ./notebooks/images/cars.jpg \ --image_path ./notebooks/images/cars.jpg \
--text_input "two cars" --text_input "two cars"