callum-sh's picture
initial upload: MobileNetV3-small binary head, codec corruption classifier
b9cd78d verified
Raw
History Blame Contribute Delete
318 Bytes
{
"architecture": "mobilenet_v3_small",
"num_classes": 1,
"input_size": 224,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"preprocessing": "letterbox",
"output": "logit (single value); apply sigmoid for P(codec_corrupted)",
"threshold": 0.5
}