fix(sam2): info

This commit is contained in:
zhangheng
2026-04-17 19:26:32 +08:00
parent 5168f539e0
commit c936c25240
2 changed files with 4 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ export const getAuxiliaryAnnotation = (data: {
background_points?: Array<[number, number]>
boxes?: Array<[number, number, number, number]>
}
contour_approximation?: number
}) => {
return httpFetch<{
contours: Array<Array<[[number, number]]>>