NVIDIA-Nemotron-Parse-v1.2 / preprocessor_config.json
barry-sas's picture
Duplicate from nvidia/NVIDIA-Nemotron-Parse-v1.2
0f80974
Raw
History Blame Contribute Delete
720 Bytes
{
"feature_extractor_type": "NemotronParseImageProcessor",
"image_processor_type": "NemotronParseImageProcessor",
"processor_class": "NemotronParseProcessor",
"auto_map": {
"AutoImageProcessor": "hf_nemotron_parse_processor.NemotronParseImageProcessor",
"AutoProcessor": "hf_nemotron_parse_processor.NemotronParseProcessor"
},
"do_normalize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 2048,
"width": 1664,
"longest_edge": [
2048,
1664
]
},
"final_size": [
2048,
1664
]
}