CoolFace
Modelpublic

vil-uob/sam3-litetext-l

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
2likes260downloads
processor_config.json33 linesDownload Raw Back to root
1{2  "image_processor": {3    "do_convert_rgb": true,4    "do_normalize": true,5    "do_rescale": true,6    "do_resize": true,7    "image_mean": [8      0.5,9      0.5,10      0.511    ],12    "image_processor_type": "Sam3ImageProcessor",13    "image_std": [14      0.5,15      0.5,16      0.517    ],18    "mask_size": {19      "height": 288,20      "width": 28821    },22    "resample": 2,23    "rescale_factor": 0.00392156862745098,24    "size": {25      "height": 1008,26      "width": 100827    }28  },29  "point_pad_value": -10,30  "processor_class": "Sam3Processor",31  "target_size": 100832}33