Upload 2 files
Browse files- config.json +3 -0
- preprocessor_config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "rtmo"
|
| 3 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": true,
|
| 3 |
+
"do_normalize": false,
|
| 4 |
+
"do_rescale": false,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"feature_extractor_type": "ImageFeatureExtractor",
|
| 7 |
+
"resample": 2,
|
| 8 |
+
"size": {
|
| 9 |
+
"width": 416,
|
| 10 |
+
"height" 416
|
| 11 |
+
}
|
| 12 |
+
}
|