CoolFace
Modelpublic

cbert33/Agnes-3.0-Flash-FP8-Calibrated

sourceHugging Faceapache-2.0updated 1d agoView on Hugging Face
1likes7downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "processor_class": "AgnesProcessor",3  "image_processor_type": "AgnesImageProcessor",4  "auto_map": {5    "AutoProcessor": "processing_agnes.AgnesProcessor",6    "AutoImageProcessor": "image_processing_agnes.AgnesImageProcessor"7  },8  "size": {9    "longest_edge": 16777216,10    "shortest_edge": 6553611  },12  "patch_size": 16,13  "temporal_patch_size": 2,14  "merge_size": 2,15  "image_mean": [16    0.5,17    0.5,18    0.519  ],20  "image_std": [21    0.5,22    0.5,23    0.524  ]25}