video-text-embedding
copied
modify mean
Signed-off-by: xujinling <jinling.xu@zilliz.com>
@ -75,7 +75,7 @@ class FrozenInTime(NNOperator):
self.transform_cfgs = get_configs(
side_size=256,
crop_size=224,
num_frames=self.num_frames,
num_frames=None,
mean=[0.485, 0.456, 0.406],
std=[0.229, 0.224, 0.225],
)