Skip to main content

BoundingBoxSequence

@fovea/annotation-tool


@fovea/annotation-tool / models/types / BoundingBoxSequence

Interface: BoundingBoxSequence

Defined in: src/models/types.ts:184

BoundingBoxSequence

Description

Complete sequence of bounding boxes with interpolation configuration. ALL annotations use sequences. Single-frame annotations are sequences with 1 keyframe.

Properties

boxes

boxes: BoundingBox[]

Defined in: src/models/types.ts:185


interpolatedFrameCount

interpolatedFrameCount: number

Defined in: src/models/types.ts:203


interpolationSegments

interpolationSegments: InterpolationSegment[]

Defined in: src/models/types.ts:186


keyframeCount

keyframeCount: number

Defined in: src/models/types.ts:202


totalFrames

totalFrames: number

Defined in: src/models/types.ts:201


trackId?

optional trackId: string | number

Defined in: src/models/types.ts:196


trackingConfidence?

optional trackingConfidence: number

Defined in: src/models/types.ts:198


trackingSource?

optional trackingSource: "manual" | "samurai" | "sam2long" | "sam2" | "yolo11seg"

Defined in: src/models/types.ts:197


visibilityRanges

visibilityRanges: object[]

Defined in: src/models/types.ts:189

endFrame

endFrame: number

startFrame

startFrame: number

visible

visible: boolean