SunderAli17 commited on
Commit
66f53f2
1 Parent(s): 23ebba4

Create constants.py

Browse files
Files changed (1) hide show
  1. eva_clip/constants.py +2 -0
eva_clip/constants.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ OPENAI_DATASET_MEAN = (0.48145466, 0.4578275, 0.40821073)
2
+ OPENAI_DATASET_STD = (0.26862954, 0.26130258, 0.27577711)