| { | |
| "input_color_space": "RGB", | |
| "image_size": 224, | |
| "tensor_layout": "NCHW", | |
| "dtype": "float32", | |
| "clip_mean": [ | |
| 0.48145466, | |
| 0.4578275, | |
| 0.40821073 | |
| ], | |
| "clip_std": [ | |
| 0.26862954, | |
| 0.26130258, | |
| 0.27577711 | |
| ], | |
| "normalization": "embedded in the repository preprocessing code", | |
| "format_debias": { | |
| "enabled": true, | |
| "eval_quality": 90, | |
| "jpeg_subsampling": 2, | |
| "resize": "bicubic" | |
| }, | |
| "output": "one binary AIGI logit per image" | |
| } | |