From 4f96c6e2545f2c4451807ca88c51b3077d3ba0be Mon Sep 17 00:00:00 2001 From: Neil Stoker Date: Sat, 26 Oct 2024 13:23:36 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141cf85..3ea061b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ```python conda create -n "omni" python==3.12 conda activate omni -pip install -r requirement.txt +pip install -r requirements.txt ``` Then download the model ckpts files in: https://huggingface.co/microsoft/OmniParser, and put them under weights/, default folder structure is: weights/icon_detect, weights/icon_caption_florence, weights/icon_caption_blip2. From 2638ca35626d11d0846f6aa502bdde5cc57356fb Mon Sep 17 00:00:00 2001 From: Neil Stoker Date: Sat, 26 Oct 2024 13:25:18 +0100 Subject: [PATCH 2/2] Follow conventional name for requirements.txt (ie with an 's') --- requirement.txt => requirements.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename requirement.txt => requirements.txt (100%) diff --git a/requirement.txt b/requirements.txt similarity index 100% rename from requirement.txt rename to requirements.txt