Xenova HF staff commited on
Commit
379555b
1 Parent(s): 45a3894

Upload folder using huggingface_hub

Browse files
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca23bd2f604c3866222e658b7c239660fad4abd77e72b1027c6e80d339db09c6
3
- size 172282718
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41a80cd659d1ae2e4981f2423955d983d28657d747e965ddc980b7768042de1
3
+ size 172282717
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb89b9a6f65b00d4934d7e157e8b0b302c8c0c8ca6bc28358f20523356dd7e2f
3
- size 44482499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93abfec8b8abd77329f203726b231ee5e5d4c2d52c881a74ab1c1134d888c41d
3
+ size 44483407
preprocessor_config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
  "do_normalize": true,
 
 
3
  "do_resize": true,
4
  "feature_extractor_type": "DetrFeatureExtractor",
5
  "format": "coco_panoptic",
@@ -8,11 +10,16 @@
8
  0.456,
9
  0.406
10
  ],
 
11
  "image_std": [
12
  0.229,
13
  0.224,
14
  0.225
15
  ],
16
- "max_size": 1333,
17
- "size": 800
 
 
 
 
18
  }
 
1
  {
2
  "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
  "do_resize": true,
6
  "feature_extractor_type": "DetrFeatureExtractor",
7
  "format": "coco_panoptic",
 
10
  0.456,
11
  0.406
12
  ],
13
+ "image_processor_type": "DetrFeatureExtractor",
14
  "image_std": [
15
  0.229,
16
  0.224,
17
  0.225
18
  ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
  }