Dileep7729 commited on
Commit
3023e90
·
verified ·
1 Parent(s): fe276c7

Delete preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +0 -17
preprocessor_config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "do_normalize": true,
3
- "do_resize": true,
4
- "image_mean": [
5
- 0.48145466,
6
- 0.4578275,
7
- 0.40821073
8
- ],
9
- "image_processor_type": "BlipImageProcessor",
10
- "image_std": [
11
- 0.26862954,
12
- 0.26130258,
13
- 0.27577711
14
- ],
15
- "processor_class": "BlipProcessor",
16
- "size": 384
17
- }