Upload folder using huggingface_hub
Browse files- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- preprocessor_config.json +9 -2
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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 |
-
"
|
17 |
-
"
|
|
|
|
|
|
|
|
|
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 |
}
|