Hezar: Upload model and config
Browse files
preprocessor/image_processor_config.yaml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: craft_image_processor
|
2 |
+
config_type: preprocessor
|
3 |
+
mean:
|
4 |
+
- 123.675
|
5 |
+
- 116.28
|
6 |
+
- 103.53
|
7 |
+
std:
|
8 |
+
- 58.395
|
9 |
+
- 57.12
|
10 |
+
- 57.375
|
11 |
+
mirror: false
|
12 |
+
gray_scale: false
|
13 |
+
square_size: 2560
|
14 |
+
mag_ratio: 1.0
|