CoolFace
Modelpublic

TIGER-Lab/VideoScore-v1.1

sourceHugging Facemitupdated 2y agoView on Hugging Face
8likes980downloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_image_splitting": false,4  "do_normalize": true,5  "do_pad": true,6  "do_rescale": true,7  "do_resize": true,8  "image_mean": [9    0.5,10    0.5,11    0.512  ],13  "image_processor_type": "Idefics2ImageProcessor",14  "image_std": [15    0.5,16    0.5,17    0.518  ],19  "processor_class": "Idefics2Processor",20  "resample": 2,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "longest_edge": 980,24    "shortest_edge": 37825  }26}27