DT24-Tiny / config.json
igidn's picture
Upload folder using huggingface_hub
bc65e3b verified
{
"architecture": "convnextv2_tiny",
"num_classes": 10000,
"image_size": 448,
"model_type": "multiheaded",
"threshold": 0.6,
"normalization": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
]
}
}