Variable: IMAGENET_NORM
constIMAGENET_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
readonlyalpha: readonly [number,number,number]
beta
readonlybeta: readonly [number,number,number]