OmniParser
OmniParser copied to clipboard
where has the detection model been downloaded?
The gradio_demo.py downloads the detection model for the first time. Where is the downloaded file? I am trying it on a new machine, and the speed of network connection is terrible. I want copy the model from my old machine directly, in which I have already run gradio_demo.py successfully.
huggingface-cli download microsoft/OmniParser-v2.0 icon_detect/train_args.yaml icon_detect/model.pt icon_detect/model.yaml icon_caption/config.json icon_caption/generation_config.json icon_caption/model.safetensors --local-dir weights
Hi @shan-zhong ,
When you run gradio_demo.py for the first time, it will automatically download EasyOCR to ~/.EasyOCR/ and PaddleOCR to ~/.paddleocr/.