Skip to content

Interface: EncoderConfigOverrides

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Vision / EncoderConfigOverrides

Interface: EncoderConfigOverrides

Defined in: src/types/vision.ts:11

Optional overrides for the V-JEPA encoder config.

Properties

numFrames?

optional numFrames: number | null

Defined in: src/types/vision.ts:13

Number of frames to sample from the clip. Optional.


patchSize?

optional patchSize: number | null

Defined in: src/types/vision.ts:15

Patch size (pixels) used by the encoder. Optional.


sessionId?

optional sessionId: string | null

Defined in: src/types/vision.ts:17

Optional session id to pin the encoder run.


targetHeight?

optional targetHeight: number | null

Defined in: src/types/vision.ts:19

Target frame height (pixels) after preprocessing. Optional.


targetWidth?

optional targetWidth: number | null

Defined in: src/types/vision.ts:21

Target frame width (pixels) after preprocessing. Optional.