RepostGuard-Lite-M2-train-v3 / preprocessor_config.json
LLL640's picture
Release RepostGuard-Lite M2 train-v3 v1.0.0
06e2ca7 verified
Raw
History Blame Contribute Delete
476 Bytes
{
"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"
}