Skip to content

feat!: integrate all vision models with vision camera #590

feat!: integrate all vision models with vision camera

feat!: integrate all vision models with vision camera #590

Triggered via pull request February 25, 2026 15:20
Status Success
Total duration 14m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
Type '<K extends keyof SegmentationLabels<ModelNameOf<C>>>(imageSource: string, classesOfInterest?: K[], resizeToInput?: boolean) => Promise<Record<"ARGMAX", Int32Array<ArrayBufferLike>> & Record<...>>' is not assignable to type '<K extends keyof SegmentationLabels<ModelNameOf<C>>>(input: string | PixelData, classesOfInterest?: K[] | undefined, resizeToInput?: boolean | undefined) => Promise<...>'.