CoolFace
Modelpublic

shrg7/openvla-7b-string

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes15downloads
preprocessor_config.json115 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "processing_prismatic.PrismaticImageProcessor",4    "AutoProcessor": "processing_prismatic.PrismaticProcessor"5  },6  "image_processor_type": "PrismaticImageProcessor",7  "image_resize_strategy": "resize-naive",8  "input_sizes": [9    [10      3,11      224,12      22413    ],14    [15      3,16      224,17      22418    ]19  ],20  "interpolations": [21    "bicubic",22    "bicubic"23  ],24  "means": [25    [26      0.485,27      0.456,28      0.40629    ],30    [31      0.5,32      0.5,33      0.534    ]35  ],36  "processor_class": "PrismaticProcessor",37  "stds": [38    [39      0.229,40      0.224,41      0.22542    ],43    [44      0.5,45      0.5,46      0.547    ]48  ],49  "tvf_crop_params": [50    {51      "output_size": [52        224,53        22454      ]55    },56    {57      "output_size": [58        224,59        22460      ]61    }62  ],63  "tvf_do_letterbox": false,64  "tvf_letterbox_fill": null,65  "tvf_normalize_params": [66    {67      "inplace": false,68      "mean": [69        0.484375,70        0.455078125,71        0.4062572      ],73      "std": [74        0.228515625,75        0.2236328125,76        0.22460937577      ]78    },79    {80      "inplace": false,81      "mean": [82        0.5,83        0.5,84        0.585      ],86      "std": [87        0.5,88        0.5,89        0.590      ]91    }92  ],93  "tvf_resize_params": [94    {95      "antialias": true,96      "interpolation": 3,97      "max_size": null,98      "size": [99        224,100        224101      ]102    },103    {104      "antialias": true,105      "interpolation": 3,106      "max_size": null,107      "size": [108        224,109        224110      ]111    }112  ],113  "use_fused_vision_backbone": true114}115