Skip to main content

OmniParser

docker run --rm -it -p 5000:5000 --gpus=all r8.im/microsoft/omniparser-v2
curl -s -X POST \
-H "Content-Type: application/json" \
-d $'{
"input": {
"image": "https://example.com/screenshot.png",
"imgsz": 640,
"box_threshold": 0.05,
"iou_threshold": 0.1
}
}' \
http://localhost:5000/predictions