Hezar: Upload model and config
Browse files
preprocessor/image_processor_config.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: image_processor
|
2 |
+
config_type: preprocessor
|
3 |
+
mean:
|
4 |
+
- 0.6595
|
5 |
+
std:
|
6 |
+
- 0.1501
|
7 |
+
rescale: 0.00392156862745098
|
8 |
+
size:
|
9 |
+
- 256
|
10 |
+
- 64
|
11 |
+
mirror: true
|
12 |
+
gray_scale: true
|