sam3-4bit / processor_config.json
prince-canuma's picture
Upload folder using huggingface_hub
c110fcd verified
raw
history blame contribute delete
436 Bytes
{
"processor_class": "Sam3Processor",
"image_processor": {
"image_processor_type": "Sam3ImageProcessor",
"size": {
"height": 1008,
"width": 1008
},
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"do_resize": true,
"do_normalize": true,
"do_rescale": true,
"rescale_factor": 0.00392156862745098
},
"target_size": 1008
}