Upload processor
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_rescale": true,
|
| 3 |
+
"do_resize": true,
|
| 4 |
+
"image_processor_type": "SuperGlueImageProcessor",
|
| 5 |
+
"rescale_factor": 0.00392156862745098,
|
| 6 |
+
"size": {
|
| 7 |
+
"height": 480,
|
| 8 |
+
"width": 640
|
| 9 |
+
}
|
| 10 |
+
}
|