This commit is contained in:
yadonglu
2024-10-26 14:22:39 -07:00
parent a9360bf3ca
commit c180e4867d
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ Install environment:
```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.