OmniParser
OmniParser copied to clipboard
A simple screen parsing tool towards pure vision based GUI agent
Hey guys, I'm trying to run the `gradio_demo.py` and `demo.ipynb` locally and it looks like the repository that the demo code relies on is no longer available. Can you please...
Please consider to fix the typo and missing package (flash_attn) in the requirement.txt The correct should be ``` einops==0.8.0 flash-attn==2.6.3 ``` Also please consider to give the sample command to...
When I run the model, the error shows that 'No such file or directory: 'weights/icon_caption_florence/configuration_florence2.py''. I checked the model downloaded from HF, and it does not contain the file 'configuration_florence2.py'....
Hi, When I ran the example, it said: FileNotFoundError: [Errno 2] No such file or directory: 'weights/omniparser/icon_caption_blip2/best.pt' How to get these files? Thanks a lot.
Update the file paths in project to use `os.path.join` over raw string literals for paths. I found raw string file paths located in the following files: - `weights/convert_safetensor_to_pt.py` - `utils.py`...
Added formatting changes that clarify conversion statement
merging
#lgtm 👍