DeCLIP-TPAMI / code /src /open_clip /constants.py
xiaomoguhzz's picture
Upload code/src/open_clip/constants.py with huggingface_hub
61c2b80 verified
raw
history blame contribute delete
116 Bytes
OPENAI_DATASET_MEAN = (0.48145466, 0.4578275, 0.40821073)
OPENAI_DATASET_STD = (0.26862954, 0.26130258, 0.27577711)