add preprocessor config
Browse files- preprocessor_config.json +7 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data_format": "channels_first",
|
3 |
+
"default_to_square": true,
|
4 |
+
"device": null,
|
5 |
+
"do_convert_rgb": true,
|
6 |
+
"return_tensors": true
|
7 |
+
}
|