CoolFace
Modelpublic

AEmotionStudio/sam3.1

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
2likes535downloads
processor_config.json81 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": "Sam3VideoProcessor",32    "resample": 2,33    "rescale_factor": 0.00392156862745098,34    "return_tensors": null,35    "size": {36      "height": 1008,37      "width": 100838    }39  },40  "processor_class": "Sam3VideoProcessor",41  "target_size": 1008,42  "video_processor": {43    "crop_size": null,44    "data_format": "channels_first",45    "default_to_square": true,46    "device": null,47    "do_center_crop": null,48    "do_convert_rgb": true,49    "do_normalize": true,50    "do_pad": null,51    "do_rescale": true,52    "do_resize": true,53    "do_sample_frames": null,54    "fps": null,55    "image_mean": [56      0.5,57      0.5,58      0.559    ],60    "image_std": [61      0.5,62      0.5,63      0.564    ],65    "input_data_format": null,66    "num_frames": null,67    "pad_size": null,68    "processor_class": "Sam3VideoProcessor",69    "resample": 2,70    "rescale_factor": 0.00392156862745098,71    "return_metadata": false,72    "return_tensors": null,73    "size": {74      "height": 1008,75      "width": 100876    },77    "video_metadata": null,78    "video_processor_type": "Sam2VideoVideoProcessor"79  }80}81