From 35efb4a5cb0ceda620c4175090f06e13d230728f Mon Sep 17 00:00:00 2001 From: rentainhe <596106517@qq.com> Date: Tue, 20 Aug 2024 14:49:19 +0800 Subject: [PATCH] refine README --- README.md | 2 +- grounded_sam2_florence2_autolabel_pipeline.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25b4d0c..0b94a64 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Grounded SAM 2 does not introduce significant methodological changes compared to - `2024/08/20`: Support **Florence-2 SAM 2 Image Demo** which includes `dense region caption`, `object detection`, `phrase grounding`, and cascaded auto-label pipeline `caption + phrase grounding`. - `2024/08/09`: Support **Ground and Track New Object** throughout the whole videos. This feature is still under development now. Credits to [Shuo Shen](https://github.com/ShuoShenDe). -- `2024/08/07`: Support **Custom Video Inputs**, users need only submit their video file (e.g. mp4 file) with specific text prompts to get an impressive demo videos. +- `2024/08/07`: Support **Custom Video Inputs**, users need only submit their video file (e.g. `.mp4` file) with specific text prompts to get an impressive demo videos. ## Contents - [Installation](#installation) diff --git a/grounded_sam2_florence2_autolabel_pipeline.py b/grounded_sam2_florence2_autolabel_pipeline.py index 91756e9..c682d55 100644 --- a/grounded_sam2_florence2_autolabel_pipeline.py +++ b/grounded_sam2_florence2_autolabel_pipeline.py @@ -98,7 +98,7 @@ def run_florence2(task_prompt, text_input, model, processor, image): """ """ -Auto-Labelling Pipeline: Caption/Detailed Caption/More Detailed Caption + Phrase Grounding + Segmentation +Auto-Labelling Pipeline 1: Caption/Detailed Caption/More Detailed Caption + Phrase Grounding + Segmentation """ def caption_phrase_grounding_and_segmentation( florence2_model,