CoolFace
Modelpublic

codeby-hp/finetune-VIT-HumanPoseClassification

sourceHugging Faceupdated 9mo agoView on Hugging Face
1likes5downloads
preprocessor_config.json34 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "disable_grouping": null,7  "do_center_crop": null,8  "do_convert_rgb": null,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": "ViTImageProcessorFast",19  "image_std": [20    0.5,21    0.5,22    0.523  ],24  "input_data_format": null,25  "pad_size": null,26  "resample": 2,27  "rescale_factor": 0.00392156862745098,28  "return_tensors": null,29  "size": {30    "height": 224,31    "width": 22432  }33}34