rfdetr-base-fp32 / preprocessor_config.json
prince-canuma's picture
Upload folder using huggingface_hub
23248dc verified
raw
history blame contribute delete
203 Bytes
{
"config": {
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
]
},
"post_process_config": {
"num_select": 300
}
}