Cosmos3-Edge / preprocessor_config.json
Openintelligent123's picture
Duplicate from nvidia/Cosmos3-Edge
f1a0166
Raw
History Blame Contribute Delete
334 Bytes
{
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Cosmos3EdgeImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"merge_size": 2,
"patch_size": 16,
"processor_class": "Cosmos3EdgeProcessor",
"size": {
"longest_edge": 16777216,
"shortest_edge": 65536
}
}