Skip to content

feat: Add OmniParser model downloader and converter scripts - #45

Merged
CakeRepository merged 1 commit into
masterfrom
dev-v2
Oct 3, 2025
Merged

feat: Add OmniParser model downloader and converter scripts#45
CakeRepository merged 1 commit into
masterfrom
dev-v2

Conversation

@CakeRepository

Copy link
Copy Markdown
Member
  • Implemented convert_omniparser_to_onnx.py for converting YOLO model from PyTorch to ONNX format.
  • Created download_and_convert_all.py to download both icon_detect and icon_caption_florence models and convert them to ONNX.
  • Added PowerShell scripts: download_omniparser_model.ps1 for downloading the icon_detect model, and setup_omniparser_complete.ps1 for complete setup including model conversion.
  • Introduced setup_omniparser_full.ps1 for downloading and converting both detection and captioning models.
  • Developed test scripts: test_ocr_simple.ps1 for Tesseract OCR initialization and test_simple_omniparser.ps1 for testing model loading and inference.
  • Included model weights for icon_detect in the repository.

- Implemented `convert_omniparser_to_onnx.py` for converting YOLO model from PyTorch to ONNX format.
- Created `download_and_convert_all.py` to download both icon_detect and icon_caption_florence models and convert them to ONNX.
- Added PowerShell scripts: `download_omniparser_model.ps1` for downloading the icon_detect model, and `setup_omniparser_complete.ps1` for complete setup including model conversion.
- Introduced `setup_omniparser_full.ps1` for downloading and converting both detection and captioning models.
- Developed test scripts: `test_ocr_simple.ps1` for Tesseract OCR initialization and `test_simple_omniparser.ps1` for testing model loading and inference.
- Included model weights for icon_detect in the repository.
@CakeRepository
CakeRepository merged commit 4ab8a93 into master Oct 3, 2025
CakeRepository added a commit that referenced this pull request Nov 29, 2025
feat: Add OmniParser model downloader and converter scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant