Hezar: Upload image processor files
Browse files
preprocessor/image_processor_config.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: image_processor
|
2 |
+
config_type: preprocessor
|
3 |
+
mean:
|
4 |
+
- 0.5
|
5 |
+
- 0.5
|
6 |
+
- 0.5
|
7 |
+
std:
|
8 |
+
- 0.5
|
9 |
+
- 0.5
|
10 |
+
- 0.5
|
11 |
+
rescale: 0.00392156862745098
|
12 |
+
resample: 2
|
13 |
+
size:
|
14 |
+
- 224
|
15 |
+
- 224
|
16 |
+
mirror: false
|
17 |
+
gray_scale: false
|