stevenbucaille
commited on
Commit
•
947bd7a
1
Parent(s):
b78c0ab
Add image processor
Browse files- preprocessor_config.json +12 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_grayscale": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_processor_type": "SuperGlueImageProcessor",
|
6 |
+
"resample": 2,
|
7 |
+
"rescale_factor": 0.00392156862745098,
|
8 |
+
"size": {
|
9 |
+
"height": 480,
|
10 |
+
"width": 640
|
11 |
+
}
|
12 |
+
}
|