| { | |
| "_valid_kwargs_names": [ | |
| "do_convert_rgb", | |
| "do_resize", | |
| "size", | |
| "size_divisor", | |
| "default_to_square", | |
| "resample", | |
| "do_rescale", | |
| "rescale_factor", | |
| "do_normalize", | |
| "image_mean", | |
| "image_std", | |
| "do_pad", | |
| "do_center_crop", | |
| "crop_size", | |
| "data_format", | |
| "input_data_format", | |
| "device" | |
| ], | |
| "crop_size": { | |
| "height": 256, | |
| "width": 256 | |
| }, | |
| "data_format": "channels_first", | |
| "default_to_square": true, | |
| "device": null, | |
| "do_center_crop": true, | |
| "do_convert_rgb": null, | |
| "do_normalize": true, | |
| "do_pad": null, | |
| "do_rescale": true, | |
| "do_resize": true, | |
| "do_sample_frames": null, | |
| "fps": null, | |
| "image_mean": [ | |
| 0.485, | |
| 0.456, | |
| 0.406 | |
| ], | |
| "image_std": [ | |
| 0.229, | |
| 0.224, | |
| 0.225 | |
| ], | |
| "input_data_format": null, | |
| "model_valid_processing_keys": [ | |
| "do_convert_rgb", | |
| "do_resize", | |
| "size", | |
| "size_divisor", | |
| "default_to_square", | |
| "resample", | |
| "do_rescale", | |
| "rescale_factor", | |
| "do_normalize", | |
| "image_mean", | |
| "image_std", | |
| "do_pad", | |
| "do_center_crop", | |
| "crop_size", | |
| "data_format", | |
| "input_data_format", | |
| "device", | |
| "do_sample_frames", | |
| "video_metadata", | |
| "fps", | |
| "num_frames" | |
| ], | |
| "num_frames": null, | |
| "resample": 2, | |
| "rescale_factor": 0.00392156862745098, | |
| "size": { | |
| "shortest_edge": 292 | |
| }, | |
| "size_divisor": null, | |
| "video_metadata": null, | |
| "video_processor_type": "VJEPA2VideoProcessor" | |
| } | |