Update preprocessor_config.json (#7)
- Update preprocessor_config.json (b623fb3ca0e45b39113ad8ce7ca3b02883d99e7e) Co-authored-by: Alara Dirik <adirik@users.noreply.huggingface.co>
This commit is contained in:
parent
209b82081c
commit
9ce716b921
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"crop_size": 768,
|
"crop_size": 768,
|
||||||
"do_center_crop": true,
|
"do_center_crop": false,
|
||||||
"do_convert_rgb": true,
|
"do_convert_rgb": true,
|
||||||
"do_normalize": true,
|
"do_normalize": true,
|
||||||
"do_resize": true,
|
"do_resize": true,
|
||||||
|
@ -17,6 +17,5 @@
|
||||||
],
|
],
|
||||||
"processor_class": "OwlViTProcessor",
|
"processor_class": "OwlViTProcessor",
|
||||||
"resample": 3,
|
"resample": 3,
|
||||||
"rescale": true,
|
|
||||||
"size": [768, 768]
|
"size": [768, 768]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue