vit-recycling-classification / preprocessor_config.json
jacobthebanana's picture
Imported weights of google/vit-base-patch16-224 fine-tuned on Kaggle mostafaabla/garbage-classification
5d36c7e verified
raw
history blame contribute delete
No virus
160 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}