Chameleon class name is changed (#7)
- update (7b7080082a23044b54eb7b88bfda817b9924818b) Co-authored-by: Raushan Turganbay <RaushanTurganbay@users.noreply.huggingface.co>
This commit is contained in:
28
preprocessor_config.json
Normal file
28
preprocessor_config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"crop_size": {
|
||||
"height": 512,
|
||||
"width": 512
|
||||
},
|
||||
"do_center_crop": true,
|
||||
"do_convert_rgb": true,
|
||||
"do_normalize": true,
|
||||
"do_rescale": true,
|
||||
"do_resize": true,
|
||||
"image_mean": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"image_processor_type": "ChameleonImageProcessor",
|
||||
"image_std": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"processor_class": "ChameleonProcessor",
|
||||
"resample": 1,
|
||||
"rescale_factor": 0.0078,
|
||||
"size": {
|
||||
"shortest_edge": 512
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user