Image Segmentation
Transformers
Safetensors
English
detr
fish-segmentation-simple / preprocessor_config.json
FriedParrot's picture
Add image processor at 2025-10-05 07:06:58
e078cbb verified
raw
history blame contribute delete
454 Bytes
{
"do_convert_annotations": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"format": "coco_panoptic",
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "DetrImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"pad_size": null,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 1333,
"shortest_edge": 800
}
}