Create preprocessor_config.json
Browse files
segmentation_mfnet/preprocessor_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_center_crop": false,
|
| 3 |
+
"do_convert_rgb": true,
|
| 4 |
+
"do_normalize": false,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": false,
|
| 7 |
+
"image_processor_type": "BitImageProcessor",
|
| 8 |
+
"rescale_factor": 0.00392156862745098
|
| 9 |
+
}
|