Upload 7 files
Browse files- config.json +9 -0
- onnx/model.onnx +3 -0
- onnx/model.pt +3 -0
- onnx/model_int16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- preprocessor_config.json +13 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id2label": {
|
3 |
+
"0": "IDs"
|
4 |
+
},
|
5 |
+
"label2id": {
|
6 |
+
"IDs": 0
|
7 |
+
},
|
8 |
+
"model_type": "yolov10"
|
9 |
+
}
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b0321118003caaff74146fc660e6e0aa563028c3f11d4646db5de4676bc54a8
|
3 |
+
size 9137051
|
onnx/model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9562a33fe4792f3ef9a673a87f788373861ce17acc7aff802101ee09d4aa2f43
|
3 |
+
size 5695332
|
onnx/model_int16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a76d62ecba1dade7e3870823f4a4a8b3120f5d3d01c470b5730e66d5990a3ed
|
3 |
+
size 4782322
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57b906d4fe0992f67161ffae8039e77a2ac369c77f62cb8d6a89d0715592ff06
|
3 |
+
size 2525414
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57b906d4fe0992f67161ffae8039e77a2ac369c77f62cb8d6a89d0715592ff06
|
3 |
+
size 2525414
|
preprocessor_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": false,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ImageFeatureExtractor",
|
7 |
+
"pad_size": 128,
|
8 |
+
"resample": 2,
|
9 |
+
"rescale_factor": 0.00392156862745098,
|
10 |
+
"size": {
|
11 |
+
"longest_edge": 128
|
12 |
+
}
|
13 |
+
}
|