CoolFace
Modelpublic

tiny-random/sam3

sourceHugging Faceupdated 10mo agoView on Hugging Face
1likes1.5kdownloads
processor_config.json44 linesDownload Raw Back to root
1{2  "image_processor": {3    "crop_size": null,4    "data_format": "channels_first",5    "device": null,6    "disable_grouping": null,7    "do_center_crop": null,8    "do_convert_rgb": true,9    "do_normalize": true,10    "do_pad": null,11    "do_rescale": true,12    "do_resize": true,13    "image_mean": [14      0.5,15      0.5,16      0.517    ],18    "image_processor_type": "Sam3ImageProcessorFast",19    "image_seq_length": null,20    "image_std": [21      0.5,22      0.5,23      0.524    ],25    "input_data_format": null,26    "mask_size": {27      "height": 288,28      "width": 28829    },30    "pad_size": null,31    "processor_class": "Sam3Processor",32    "resample": 2,33    "rescale_factor": 0.00392156862745098,34    "return_tensors": null,35    "size": {36      "height": 1008,37      "width": 100838    }39  },40  "point_pad_value": -10,41  "processor_class": "Sam3Processor",42  "target_size": 100843}44