videomae-base-finetuned-ucf101-subset / preprocessor_config.json
burcusu's picture
Training in progress, epoch 0
58d2640
{
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "VideoMAEFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "VideoMAEImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 224
}
}