Spec-2 / preprocessor_config.json
SVECTOR-OFFICIAL's picture
Upload 13 files
33c60bf verified
raw
history blame contribute delete
419 Bytes
{
"do_convert_rgb": null,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"image_processor_type": "Spec2ImageProcessor",
"image_seq_length": 1024,
"processor_class": "Spec2Processor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 448,
"width": 448
}
}