feat!: integrate all vision models with vision camera #591
Annotations
4 errors
|
build
Process completed with exit code 1.
|
|
build
Module '"../../modules/computer_vision/ObjectDetectionModule"' has no exported member 'ObjectDetectionModule'.
|
|
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<...>'.
|
|
build
Argument of type '{ data: ArrayBuffer; width: number; height: number; channels: number; }' is not assignable to parameter of type 'string | PixelData'.
|