Upload processor
Browse files- README.md +1 -1
- preprocessor_config.json +12 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
license: mit
|
|
|
4 |
---
|
5 |
|
6 |
# MangaLineExtraction-hf
|
|
|
1 |
---
|
|
|
2 |
license: mit
|
3 |
+
library_name: transformers
|
4 |
---
|
5 |
|
6 |
# MangaLineExtraction-hf
|
preprocessor_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_greyscale": true,
|
3 |
+
"do_normalize": false,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": 0.5,
|
7 |
+
"image_processor_type": "MLEImageProcessor",
|
8 |
+
"image_std": 0.5,
|
9 |
+
"resample": 2,
|
10 |
+
"rescale_factor": 1.0,
|
11 |
+
"resize_factor": 16
|
12 |
+
}
|