You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the minimum device pixel ratio for image that can be passed to get proper results? Currently we send screenshots from retina displays, which are pretty big, and I'm not sure if it has to be that big. Furthermore, maybe it can be even smaller than the 1x device pixel ratio (e.g. 0.5).
How significantly does the image dimensions impact the inference time (if anyone did some benchmarking)? E.g. 2x size increases the inference time only by 10% etc.
Are there already some optimisations in the OmniParser code that reduce the image dimensions?
Best,
Nikita
The text was updated successfully, but these errors were encountered:
Hi everyone,
Having a few questions on the image requirements:
What's the minimum device pixel ratio for image that can be passed to get proper results? Currently we send screenshots from retina displays, which are pretty big, and I'm not sure if it has to be that big. Furthermore, maybe it can be even smaller than the 1x device pixel ratio (e.g. 0.5).
How significantly does the image dimensions impact the inference time (if anyone did some benchmarking)? E.g. 2x size increases the inference time only by 10% etc.
Are there already some optimisations in the OmniParser code that reduce the image dimensions?
Best,
Nikita
The text was updated successfully, but these errors were encountered: