Merge pull request #17 from nmstoker/master

nit: fix spelling for requirements.txt
This commit is contained in:
yadong-lu
2024-10-26 14:11:38 -07:00
committed by GitHub
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.