Xenova HF staff commited on
Commit
8eddc30
·
verified ·
1 Parent(s): 7ccafe1

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +3 -0
  2. 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
+ }