Instructions to use microsoft/OmniParser-v2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/OmniParser-v2.0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/OmniParser-v2.0", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Question about the model version
#4
by Nancc - opened
In icon_detect/model.yaml, I see that it references yaml_file: weights/icon_detect_v1_5/model.yaml. I was wondering if the uploaded model is actually version 2. Could you clarify whether the model being used is version 2 or still version 1.5?
Yes I actually had the same question