fix readme download model weight folder structure
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,3 +7,5 @@ weights/icon_detect_v1_5_2/
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
debug.ipynb
|
debug.ipynb
|
||||||
util/__pycache__/
|
util/__pycache__/
|
||||||
|
index.html?linkid=2289031
|
||||||
|
wget-log
|
||||||
@@ -45,7 +45,8 @@ Notes:
|
|||||||
|
|
||||||
g. Continue from here if you already had the conda environment.
|
g. Continue from here if you already had the conda environment.
|
||||||
|
|
||||||
h. Ensure you have the weights downloaded in weights folder. If not download them with `for folder in icon_caption_blip2 icon_caption_florence icon_detect icon_detect_v1_5; do huggingface-cli download microsoft/OmniParser --local-dir weights/"$folder" --repo-type model --include "$folder/*"; done`
|
h. Ensure you have the weights downloaded in weights folder. If not download them with:
|
||||||
|
`for folder in icon_caption_florence icon_detect icon_detect_v1_5; do huggingface-cli download microsoft/OmniParser --local-dir weights/ --repo-type model --include "$folder/*"; done`
|
||||||
|
|
||||||
h. Navigate to the server directory with `cd OmniParser/computer_use_demo/omniparserserver`
|
h. Navigate to the server directory with `cd OmniParser/computer_use_demo/omniparserserver`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user