Skip to main content
Version: 0.10.0

Variable: IMAGENET_NORM

const IMAGENET_NORM: object

Defined in: constants.ts:1258

ImageNet standard normalization options containing alpha and beta coefficients. Based on the standard ImageNet mean [0.485, 0.456, 0.406] and std [0.229, 0.224, 0.225].

Type Declaration

alpha

readonly alpha: readonly [number, number, number]

beta

readonly beta: readonly [number, number, number]

We are Software Mansion.