We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04663be commit 698c7f9Copy full SHA for 698c7f9
packages/core/src/ai-model/common.ts
@@ -282,7 +282,7 @@ export function mergeRects(rects: Rect[]) {
282
283
// expand the search area to at least 300 x 300, or add a default padding
284
export function expandSearchArea(rect: Rect, screenSize: Size) {
285
- const minEdgeSize = 300;
+ const minEdgeSize = vlLocateMode() === 'doubao-vision' ? 500 : 300;
286
const defaultPadding = 160;
287
288
const paddingSizeHorizontal =
0 commit comments